I get the following:
ERROR 1045 (28000): Access denied for user 'dba'@'XP0406OEM' (using password: YES)

Did you do FLUSH PRIVILEGES as root after you performed the GRANT?

I don't think that's the problem. You only need to FLUSH PRIVILEGES when you update the privilege tables directly. When you use GRANT and REVOKE, this isn't necessary.

--df


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

Reply via email to