Bug #83868 | PHP Warning: mysql_pconnect(): Lost connection to MySQL server at 'reading init | ||
---|---|---|---|
Submitted: | 17 Nov 2016 12:24 | Modified: | 24 Nov 2016 15:07 |
Reporter: | Altaf Badrudin | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.1.73-log | OS: | Red Hat (2.6. 32-504.8.1.el6.x86_64) |
Assigned to: | CPU Architecture: | Any |
[17 Nov 2016 12:24]
Altaf Badrudin
[17 Nov 2016 13:13]
Altaf Badrudin
serious change to s2
[17 Nov 2016 13:56]
MySQL Verification Team
"system error: 113 " as far as I can tell, this means "#define EHOSTUNREACH 113 /* No route to host */" So, it is not bug within MySQL... check your networking.
[17 Nov 2016 14:27]
Altaf Badrudin
Is thier any trace i can enable to catch this. do you have previous cutomers report similar issue... Thanks.
[17 Nov 2016 19:00]
MySQL Verification Team
According Shane`s prior comment.
[24 Nov 2016 15:07]
Altaf Badrudin
still seeing the above issue... networks have not found mnuch information so far. doing a query on information_schema.processlist i get the below. you can see the state "freeing items" ID USER HOST DB COMMAND TIME STATE INFO 89053 arq-client 10.53.18.5:36184 hybrid_analytics Query 0 freeing items insert into 201611_ana_realtime_unique_viewers (longcode, channel_name, service_id, app_status, session_id) values ('201611240810', 'Create Craft', '24384', 'WATCHING_DTT', 'SAMJ4713.12334.72539089270' ) 88978 arq-client 10.53.18.6:56600 hybrid_analytics Query 0 freeing items insert into 20161124_channel_by_min (longcode, channel_name, service_id, app_status, total, pk) values ('201611240810', 'QVC Beauty', '28288', 'DTT_IS_RUNNING', '1', 'QVC Beauty28288201611240810DTT_IS_RUNNING' ) ON DUPLICATE KEY UPDATE total = total+1 Can you let me know if this is a bug issue..... Thanks