View Single Post
  #3  
Old 03-20-2003, 08:27 AM
nekero
Fire Beetle
 
Join Date: Feb 2003
Posts: 11
Default how i fixed my 1017 error


I fixed mine by sourcing new database,then typing
insert into account set name='yourname', password=
'yourpassword', status=200;.I have to type this in msql
everytime i use a new database or i get 1017 error.Works
everytime for me now.
Reply With Quote