I’m assuming it’s in the database folder. But where.. WHERE could it be?
The problem was solved by running FLUSH PRIVILEGES. I copied over the mysql folder but did not restart the server.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They are normally stored to “mysql” database.
As http://dev.mysql.com/doc/refman/5.5/en//grant-table-structure.html shows, the table is called “db”
Granting access to a specific database, use: