Re: cannot connect to database

2005-12-31 Thread Anthony Ettinger
add a user in the table for your remote hostname or ip number. On 12/31/05, Jon Miller <[EMAIL PROTECTED]> wrote: > > I'm trying to initialize to a database on another server from a mail > server. I can telnet to it but cannot initialize the database. > The account and user exists in the database

cannot connect to database

2005-12-31 Thread Jon Miller
I'm trying to initialize to a database on another server from a mail server. I can telnet to it but cannot initialize the database. The account and user exists in the database and the paasword as I've tried it from the mysql server. Is there another test I can do to find out exactly what is caus

Cannot connect to database

2001-06-15 Thread Norman Buskell
Hi Folks I am having trouble connecting to a MySQL table using the DBI->connect() call from a Perl CGI script. The error message I get is: Can't connect to database: Access denied for user: 'web504@localhost' (Using password: YES) The web504 account and password are defined in the user table fo

Re: cannot connect to database

2001-02-17 Thread Teddy A Jasin
just do it using grant statement so that you can connect from another host. use grant to username@'%' instead of localhost - Original Message - From: "Emre Yildirim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 18, 2001 12:40 AM Sub

cannot connect to database

2001-02-17 Thread Emre Yildirim
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Hello folks, This is probably some very stupid mistake, but I don't know what else to do. I just installed the latest mysql source. Everything compiled nice and without errors and installed correctly. My problem is, I can't connect to the