Hello,
I work with apache, tomcat and linux redhat 7.3 and mysql 4.0.9
When I try to connect to my database from my application with the user
XXX with password YYY, the next message appears :

INVALID AUTHORIZATION SPECIFICATION :
ACCESS DENIED FOR USER '[EMAIL PROTECTED] 127.0.0.1' USING PASSWORD(YES)

But I made GRANT ALL ON *.* TO XXX@'%' IDENTIFIED BY 'YYY';
and mysqladmin flush-privileges

Please, help me
Thanks


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

Reply via email to