Re: [PHP] Issues with MySQL connectivity ... on only one machine, and for a while now

2009-10-26 Thread Michael Shadle
nope. it's a quad core with 4 gig ram [r...@sql02 ~]# free -m total used free sharedbuffers cached Mem: 3905 3774130 0170941 -/+ buffers/cache: 2662 1243 Swap: 3906 20 3886 [r...@

Re: [PHP] Issues with MySQL connectivity ... on only one machine, and for a while now

2009-10-26 Thread John Black
Michael Shadle wrote: Oct 25 22:00:01 sql02 php: PHP Warning: mysqli_connect(): (HY000/2013): Lost connection to MySQL server at 'sending authentication information', system error: 32 in /home/foo/web/foo.com/core.php on line 2394 mysql 5.0.75 on ubuntu jaunty 64-bit php 5.2.11 (but has been sh

Re: [PHP] Issues with MySQL connectivity ... on only one machine, and for a while now

2009-10-26 Thread Michael Shadle
Yep the only connectivity issues are coming from the server itself. I have 3 webservers talking to this server and never get a failed read - the batch jobs running on the server itself have issues once in a while. I even FORCED sockets just in case it was using TCP via localhost... On Mon, Oct 2

Re: [PHP] Issues with MySQL connectivity ... on only one machine, and for a while now

2009-10-26 Thread Kim Madsen
Michael Shadle wrote on 2009-10-26 06:48: Oct 25 22:00:01 sql02 php: PHP Warning: mysqli_connect(): (HY000/2013): Lost connection to MySQL server at 'sending authentication information', system error: 32 in /home/foo/web/foo.com/core.php on line 2394 It's either this or one or two others. What

[PHP] Issues with MySQL connectivity ... on only one machine, and for a while now

2009-10-25 Thread Michael Shadle
Oct 25 22:00:01 sql02 php: PHP Warning: mysqli_connect(): (HY000/2013): Lost connection to MySQL server at 'sending authentication information', system error: 32 in /home/foo/web/foo.com/core.php on line 2394 It's either this or one or two others. What is odd is I have switched to making it socke