In phpMyAdmin, I accidently deleted the 3 root users, when I add mysql_grant_tables or whatever it says they're still there.
I try and run this and it says this.
mysql> grant all privileges on . to 'root'@'localhost' identified by "" with grant option; ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
Is there a way that I can get these users back up and running again?