Tuesday, March 18

How to reload/refresh the privilege or the grants tables

# mysqladmin -u root -ptmppassword reload;
 
Refresh command will flush all the tables and close/open log files.
# mysqladmin -u root -ptmppassword refresh

No comments:

Post a Comment