Scott Taylor <[EMAIL PROTECTED]> wrote:
> 
> I've been getting this error in myPhpAdmin.
> 
> 
>  Database /mydb/ - table /testing_table/ running on /localhost/
> 
> *Error*
> 
> SQL-query : 
> 
> FLUSH TABLE `testing_table`
> 
> MySQL said:
> 
> Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
> 
> <https://www3.usbusinessweb.net:8443/domains/databases/phpMyAdmin/tbl_properties.php3?lang=en&server=1&db=mydb&table=testing_table&show_query=y&sql_query=FLUSH+TABLE+%60testing_table%60>
> 
> My sysadmin said that if you could DROP the table and recreate it that 
> you should have full access to the database, including FLUSH.  I have 
> been able to successfuly DROP.

If you can drop and recreate table it means that you have at least DROP and CREATE 
privilege on that database.

> He suggested that usually one would get this error if the syntax is 
> incorrect.  Can you find any problems with it?
> 

To use FLUSH command you must have RELOAD privilege. RELOAD is a global level 
privilege.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to