Hi Nestor. What does the mysql_error() report as the exact error message? This could help you identify what kind of access control issue it is.
Alternatively, you could try running the same query from the command line (using the mysql client) and see if you get the same error. Also, I'm not really sure about this feature, but it has helped me once or twice: "trace mode". In PHP, you can do ini_set('mysql.trace_mode','on'); and there might be a way to do this also with the mysql client.... Best, George. George Webb [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]