Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
G'Day All, When I try to connect to my mysql/php through Apache I get the following error: Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /var/www/html/taxes/db_mysql.php on line 99 Database error: pconnect(localhost:3306, root,

RE: Error connecting to mysql db

2004-10-25 Thread J.R. Bullington
: Monday, October 25, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Error connecting to mysql db G'Day All, When I try to connect to my mysql/php through Apache I get the following error: Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13

RE: Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
25, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Error connecting to mysql db G'Day All, When I try to connect to my mysql/php through Apache I get the following error: Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) in /var/www

FW: Error connecting to mysql db

2004-10-25 Thread J.R. Bullington
: Monday, October 25, 2004 11:57 AM To: [EMAIL PROTECTED] Subject: Error connecting to mysql db G'Day All, When I try to connect to my mysql/php through Apache I get the following error: Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13

RE: Error connecting to mysql db

2004-10-25 Thread Ferguson, Michael
Thanks very much. I appreciate it. -Original Message- From: J.R. Bullington [mailto:[EMAIL PROTECTED] Sent: Monday, October 25, 2004 12:46 PM To: [EMAIL PROTECTED] Subject: FW: Error connecting to mysql db This is usually one of two things... 1) MySQL is not running on that machine 2

error connecting to mysql

2003-02-10 Thread Antoine
I have a problem connection from a remote host this is the error I get ERROR 2013: Lost connection to MySQL server during query I am using redhat 8.0 and mysql3.23.54 please help thank you -- Antoine [EMAIL PROTECTED] -

re: RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-11 Thread Egor Egorov
CZachary, Friday, November 08, 2002, 6:51:03 PM, you wrote: Cawdc I tried this. The error I received is: error: 'Access denied for user: Cawdc 'root@localhost' (Using password: NO)' Cawdc Is there another option? Does user 'root' have a password? If yes, you must use -p option to specify a

Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread CZachary
Hello all, I'm a newbie to Mysql. I just installed mysql 3.23.53 on Solaris 7. I am running Apache 2.0.42 and PHP 4.2.3. I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning: MySQL Connection Failed: Access denied for user: 'root@jws-portald' (Using

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread Dan Rossi
mysqladmin -u root password setpassword ? and dont use root for normal access -Original Message- From: [EMAIL PROTECTED] [mailto:CZachary;wiley.com] Sent: Saturday, November 09, 2002 2:51 AM To: [EMAIL PROTECTED] Subject: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread CZachary
: | | Subject: RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie

Re: Error connecting to Mysql via Apache/PHP - Access Denied(Newbie)

2002-11-08 Thread Mertens Bram
On Fri, 2002-11-08 at 16:51, [EMAIL PROTECTED] wrote: I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning: MySQL Connection Failed: Access denied for user: 'root@jws-portald' (Using password: YES) in helloSql.php on line 3 Could not connect Can

RE: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie)

2002-11-08 Thread Black, Kelly W [PCS]
, query ~Kelly W. Black -Original Message- From: Mertens Bram [mailto:bram-mertens;linux.be] Sent: Friday, November 08, 2002 9:55 AM To: mysql mailing list Subject: Re: Error connecting to Mysql via Apache/PHP - Access Denied (Newbie) On Fri, 2002-11-08 at 16:51, [EMAIL PROTECTED] wrote: I

Error connecting to Mysql via Apache/PHP (Newbie)

2002-11-07 Thread CZachary
Hello all, I'm a newbie to Mysql. I just installed mysql 3.23.53 on Solaris 7. I am running Apache 2.0.42 and PHP 4.2.3. I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning: Unknown MySQL Server Host '' (1) in helloSql.php on line 3 Warning: MySQL

Re: Error connecting to Mysql via Apache/PHP (Newbie)

2002-11-07 Thread Dicky Wahyu Purnomo
Pada Thu, 7 Nov 2002 12:10:21 -0500 [EMAIL PROTECTED] menulis: Hello all, I'm a newbie to Mysql. I just installed mysql 3.23.53 on Solaris 7. I am running Apache 2.0.42 and PHP 4.2.3. I am trying to connect to my Mysql DB via Apache and PHP, but I get the following error: Warning:

error connecting to mysql using JDBC

2001-08-08 Thread Danny Khow
MySQL reported this error when i tried to connect using JDBC : Error during query: Unexpected Exception: java.sql.SQLException message given: Communication link failure: java.io.IOException the funny thing about the error is that it only happens once in a while. Meaning that an SQL statement

RE: error connecting to mysql using JDBC

2001-08-08 Thread Venu
Hi ! )-Original Message- )From: Danny Khow [mailto:[EMAIL PROTECTED]] )Sent: Wednesday, August 08, 2001 8:15 AM )To: [EMAIL PROTECTED] )Subject: error connecting to mysql using JDBC ) ) )MySQL reported this error when i tried to connect using JDBC : ) )Error during query: Unexpected

Socks error connecting to mysql on localhost

2001-05-25 Thread frank_dmuchowski
Hi, Using linux redhat 6.2, apache1.3.20 (compiled fresh), php4.0.5 (compiled fresh with msql support), mysql 3.23.38 (rpm install for server and client). I run the following php4 test script in query.php from a browser: snip-- ?php $hostname=localhost; $username=; $password=;

RE: Socks error connecting to mysql on localhost

2001-05-25 Thread Ravi Raman
PROTECTED]] Sent: Friday, May 25, 2001 1:20 PM To: [EMAIL PROTECTED] Subject: Socks error connecting to mysql on localhost Hi, Using linux redhat 6.2, apache1.3.20 (compiled fresh), php4.0.5 (compiled fresh with msql support), mysql 3.23.38 (rpm install for server and client). I run the following