Jon Thiele wrote:

> did you give your web application the correct mysql database password found
> in /root/.my.cnf???
> 
> > -----Original Message-----
> > From: Luuk Jansen [mailto:[EMAIL PROTECTED]]
> >
> > Warning: MySQL Connection Failed: Host
> > 'e-smith.mydomein.dnsalias.com' is
> > not allowed to connect to this MySQL server in .connect.code on line 2

        What's probably going on here is that you've set your web application
to connect to "e-smith.mydomain..." instead of "localhost".  MySQL is
pretty picky as to user and host authentication, so "root@localhost" is
not the same as "[EMAIL PROTECTED]", even if localhost and myserver.com
are the same machine.

--
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Meddle not in the affairs of dragons, for you are crunchy
and taste good with ketchup."

Reply via email to