Tech Stack
Login
Register
Home
Unanswered
Tags
Categories
Users
Ask a Question
Welcome to Techstack Q&A community for enterprise technology stack including ERP, Database, Applications, Infrastructure and Service Management platforms
All categories
Applications
(12)
Database
(2)
Oracle
(0)
SQL Server
(0)
MySQL
(2)
Cassandra
(0)
Operating System
(2)
Identity Management
(1)
General
(2)
Syntax
(2)
Most popular tags
mysql
crm
linux commands
for-loop
octet-stream
mime
cpu
error 2006 ( hy000 )
microsoft-crm-price
sbl-oms-00107
atime
ctime
mtime
sugar-crm
to_date
21
questions
20
answers
2
comments
1,314
users
ERROR 2006 (HY000): MySQL server has gone away
0
votes
I'm encountering the Error #2006 when inserting data into a table (ERROR
2006 (HY000): MySQL server has gone away). Each time after the same amount
of rows have been successfully added the mysql client window shows me this
error.
The mysql client then tries to reconnect but with the same error message. I already set max_allowed_packet=16M; delayed_insert_timeout=10000;= connect_timeout=100000; and continue to get the same error..
Help please.
mysql
error 2006 ( hy000 )
asked
in
MySQL
by
Infnx
2 Answers
0
votes
Based on my experience, this error mostly happens when the client package is more than the max_allowed_packet..
Try increasing max_allowed_packet or reducing the amount of data you are inserting in one operation to validate the root cause.
answered
by
techstack
0
votes
Yep, this is a clear case of wrongly sized max packet size. Increase it and test, it should work.
answered
by
anonymous
Related questions
0
votes
1
answer
255
views
TO_DATE Equivalent in MySQL
asked
in
MySQL
by
anonymous
to_date
mysql
0
votes
1
answer
94
views
Number of CPUs on my Sun Server
asked
in
Solaris
by
soluser
cpu
+1
vote
1
answer
96
views
What do the 3 components SWSE, SGNS and Siebel Server do in Siebel CRM ?
asked
in
Siebel
by
sbluser
swse
sgns
Copyright © 2011 Infnx Pvt Ltd