I'm using MySQL 5.7 on aws rds engine 5.7.mysql_aurora.2.04.3. I keep running into
ERROR 2013 (HY000): Lost connection to MySQL server during query
.
It even happens when I run check table foobars
.
The foobars table is InnoDB with over 15 million records and over 5 GB in size. I've set pretty much all of the timeout settings up really high but the issue still occurs. I'm using a db.r4.2xlarge instance.
Any ideas as to why this might be happening with
check table
? Additionally I also get the lost connection error when I do a alter table
query.
Thank you.