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.
|