Re: error message during connection

2003-06-27 Thread Nils Valentin
2003年 6月 27日 金曜日 22:39、Gantier さんは書きました: > 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

Re: error message during connection

2003-06-27 Thread gerald_clark
'localhost 127.0.0.1' is not a valid host. Use 'localhost' if you want to use the local socket. Use '127.0.0.1' if you want to use the TCP port. Gantier wrote: 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 u