|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Grant permissions problems - help
From: George Webb (mysql
gw00.com)
Date: Thu Nov 13 2003 - 13:06:29 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
mysql
gw00.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]