I was revoking a users access when I accidentally ran the following:
 
REVOKE all on *.* from root@localhost;
 
Now I can't seem to get it to work in reverse and grant permission back.
I have reset the server and done the following:
 
afe_mysqld --skip-grant-tables
mysqladmin -h localhost flush-privileges
 
But it says I have no access to do this. Any help is MORE than
appreciated, thanks.


Reply via email to