If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Mysqldump Error 1044 access "dbname" when using lock tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-04, 22:18
Paingiver Paingiver is offline
Registered User
 
Join Date: Feb 2004
Posts: 14
Mysqldump Error 1044 access "dbname" when using lock tables

mysqldump --user root --password="password" --opt dbname > c:\mysql\test.sql

every time I will get the error 1044 access 'dbname' when using lock tables.

I also tried -
--add-locks
-l

to the statement above but still have same error

Please Help

Please and Thank You
Reply With Quote
  #2 (permalink)  
Old 04-04-04, 22:56
Paingiver Paingiver is offline
Registered User
 
Join Date: Feb 2004
Posts: 14
Re: Mysqldump Error 1044 access "dbname" when using lock tables

Sorry, I have solve the thing on my own.

Forget to grant the database the lock tables priv.

Thank You
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On