Possum Posted December 26, 2007 Share Posted December 26, 2007 Hi I get this error Error Message when I click Privileges. I have just given the root user a password. Note: phpMyAdmin gets the users' privileges directly from MySQL's privilege tables. The content of these tables may differ from the privileges the server uses, if they have been changed manually. In this case, you should reload the privileges before you continue. Any advice on how to clear this as I did hit reload.. u should reload the privileges before Cheers Possum.. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 26, 2007 Share Posted December 26, 2007 By "you should reload the privileges before you continue" I believe that means reload the user privileges via the database not refresh the privileges page in phpMyAdmin. Try running the following sql query via phpMyAdmin: FLUSH PRIVILEGES; That should make MySQL reload the grant permissions Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.