Due to some errors I decided to drop of all schema and then restore db structure from dump file. After restoration all other mysql server clients cannot find it (error 1164 ). Only mysqlworkbench root@localhost I can see that db. Using same connection data @localhost other clients cannot find that db.
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
migrated from stackoverflow.com Dec 26 '12 at 15:16
|
Also check the permissions on the files to make sure mysql is the owner:
|
|||
|
|
From the root account do:
If it's empty then re-add the grants. Your dump file probably didn't contact the MYSQL db so it didn't restore the permissions. |
|||
|
|