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

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 and

re: beginner's question - cannot connect with database

2002-10-23 Thread Victoria Reznichenko
an error critical error: cannot connect with database. S All the fields appear to be correct (DB name, server, passwords, phpBB__, etc.) S I've search archives and can't find anything that specifically addresses my issue S AND one that compensates for the fact that I've **never used MySQL or done S

beginner's question - cannot connect with database

2002-10-22 Thread Sistertech
Greetings all, I'm trying to host a discussion forum for my philosophy class...to make a long story short: I've now got phpBB2 and MySQL on my virtual domain. My host doesn't offer any MySQL support. I'm installing phpBB and I receive an error critical error: cannot connect with database. All

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

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

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 Subject: cannot connect t