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 Link to comment https://forums.phpfreaks.com/topic/65222-mysqldump-help/ 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. Link to comment https://forums.phpfreaks.com/topic/65222-mysqldump-help/#findComment-325955 Share on other sites More sharing options...
fenway Posted August 21, 2007 Share Posted August 21, 2007 Are you sure you have lock priviledges? Link to comment https://forums.phpfreaks.com/topic/65222-mysqldump-help/#findComment-330382 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.