14
Dec
Learn how to reload/refresh the privilege or the grants tables?
Use mysqladmin reload or mysqladmin refresh command to reload/refresh the privilege or the granst tables.
# mysqladmin -u root -ptmppassword reload;
Refresh command will flush all the tables and close/open log files.
# mysqladmin -u root -ptmppassword refresh