ERROR 2013 (HY000): Lost connection to MySQL server during query
Running an alter table to add an index was causing MySQL to crash with the following error:
ERROR 2013 (HY000): Lost connection to MySQL server during query
Was happening on 5.1.31. Pretty small table ~2m rows, so ended up just dumping the data and reimporting it and it fixed the problem. This was only happening on the production box, not in dev.
A
