On 03/31/2015 06:09 AM, Richard wrote:


------------ Original Message ------------
Date: Tuesday, March 31, 2015 02:18:13 -0400
From: "Ethan Rosenberg, PhD" <erosenb...@hygeiabiomedical.com>
Subject: Re: [users@httpd] Apache is Slow

Some more info....

Changed the host in the connect

$cxn = mysqli_connect($host,$user,$password);

$host="127.0.1.1";

Now get an error...

Warning: mysqli_connect(): (HY000/2003): Can't connect to MySQL
server on '127.0.1.1' (111) in /var/www/HandleWeight.php on line 56
Connect Error (2003) Can't connect to MySQL server on '127.0.1.1'
(111)

Also ...

root@meow:/home/ethan/BluBev# netstat -ln | grep mysql
unix  2      [ ACC ]     STREAM     LISTENING     10347
/var/run/mysqld/mysqld.sock


I hope this clears the waters and does not muddy them more.


The correct IPnumber for "localhost" is "127.0.0.1". I wouldn't
generally expect anything to answer on "127.0.1.1".

Separately, I think that this likely proves that this isn't an
apache issue. You're getting to the mysql reference in the php
script that  you're calling (from the js reference) and it's failing
there because of the incorrect IPnumber. So, apache is responding
fine and it's seemingly your script that has problems.
-----
Richard -

Thanks.

Correct.  That was a typo on my part, but it told us that it isn't a Apache 
issue.

Changed it to 127.0.0.1  and it hangs as previously.  Back to the PHP list to 
solve the connect error.

Ethan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to