Re: Access denied for GRANT using root yet manual user insertion is fine

2007-09-01 Thread Ed Cradock
l. On 9/2/07, Ed Cradock <[EMAIL PROTECTED]> wrote: > The grant flag is enabled on the root account: > > mysql> SELECT Grant_priv FROM user WHERE User='root' AND Host='localhost'; > > ++ > | Grant_priv | > ++ > | Y

Access denied for GRANT using root yet manual user insertion is fine

2007-09-01 Thread Ed Cradock
The grant flag is enabled on the root account: mysql> SELECT Grant_priv FROM user WHERE User='root' AND Host='localhost'; ++ | Grant_priv | ++ | Y | ++ 1 row in set (0.01 sec) mysql> SHOW GRANTS FOR 'root'@'localhost'; Grants for [EMAIL PROTECTED] G

Access denied for GRANT using root yet manual user insertion is fine

2007-09-01 Thread Ed Cradock
The grant flag is enabled on the root account: mysql> SELECT Grant_priv FROM user WHERE User='root' AND Host='localhost'; ++ | Grant_priv | ++ | Y | ++ 1 row in set (0.01 sec) mysql> SHOW GRANTS FOR 'root'@'localhost'; Grants for [EMAIL PROTECTED] G