Debian Bug Tracking System wrote...

> This is an automatic notification regarding your Bug report
> #394992: mysql-client-5.0: mysqldump broke after upgrade 4.1 -> 5.0,
> which was filed against the mysql-client-5.0 package.

Thanks for that. An additional note, I was still not possible to use
mysqldump (from mysql-client-5.0).

| mysqldump: Got error: 1044: Access denied for user 'thatsme'@'%' to
| database 'accounts' when using LOCK TABLES

As far as I can see: The --lock-tables option was off by default in
client version 4 but is now turned on - which is probably a good idea.

Solution 1: 
Grant Lock_tables_priv to that account if possible.

Solution 2:
Add a "--skip-lock-tables" parameter in the mysqldump invocation at the
possible risk of damaged integrity of the dump. 

If possible, add an according remark in NEWS.Debian or similar. Or we'll
just hope other people running into that problem find this report here.

    Christoph

Attachment: signature.asc
Description: Digital signature

Reply via email to