I am getting the following error message:
ERROR IN: lock tables res_prenota2009 write,res_personalizza read
1044: Access denied for user 'xxxxxx'@'%' to database 'xxxxxx'
I have read the board and found out that it has to do with the lock table privilege. So I contacted my provider and have now the lock table privilege.
mysql> SHOW PRIVILEGES;
gives:
...
Lock tables | Databases | To use LOCK TABLES (together with SELECT privilege)
...
Still I cannot get rid of this ERROR IN: lock tables res_prenota2009 write....
It drives me nuts

Any hints, ideas or help is very much appreciated.
Michael