nezbo Posted August 16, 2007 Share Posted August 16, 2007 I am using a console screen to dump. I am geting an error and i dont know what i am doing. mysqldump --add-drop-table --opt -h ********* -u ****** -p -c elms > backup.sql and i am geting the error Access denied for user 'username'@'%' to database 'elms' when using lock tables. Any one any ideas? Neil Quote Link to comment Share on other sites More sharing options...
d22552000 Posted August 16, 2007 Share Posted August 16, 2007 simple, your tables are locked and your username cannot unlock them. Quote Link to comment Share on other sites More sharing options...
fenway Posted August 21, 2007 Share Posted August 21, 2007 Are you sure you have lock priviledges? 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.