HI all,
I am trying to use mysqldump for a new DB:
entered:
mysqldump --opt -uroot -p dbname > dbBak
Output
mysqldump: Got error: 1044: Access denied for user: '[EMAIL PROTECTED]' to
database 'mdirect' when using LOCK TABLES
Then I logon as root (without specifing a db) - works fine
Entered
grant lock tables on *.* to 'root'@'localhost';
Output
ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
Any ideas on this please
*********************************************************************************************
This email and any attachments are confidential and intended for the sole use of the
intended recipient(s).If you receive this email in error please notify [EMAIL
PROTECTED] and delete it from your system. Any unauthorized dissemination,
retransmission, or copying of this email and any attachments is prohibited. Euroconex
does not accept any responsibility for any breach of confidence, which may arise from
the use of email. Please note that any views or opinions presented in this email are
solely those of the author and do not necessarily represent those of the Company. This
message has been scanned for known computer viruses.
*********************************************************************************************
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]