MySQL Forums
Forum List  »  Newbie

Re: Lost connection to MySQL server during query
Posted by: Christopher Popplewell
Date: November 14, 2017 01:11PM

Yes, the mysql service is running when I attempted the command.

Overall, I really think that something crashed at some point which created some inconsistency in the DB ebcause nothing has been changed that I know of that would cause these issues out of the blue - outside of a DoS-type attack.

Here is my.cnf. Looks a bit thin to me:
---------------------------------------
[mysqld]
innodb_file_per_table=1
default-storage-engine=MyISAM
performance-schema=0
max_allowed_packet=268435456
open_files_limit=10000
#socket=/var/lib/mysql/mysql.sock
---------------------------------------

Options: ReplyQuote


Subject
Written By
Posted
Re: Lost connection to MySQL server during query
November 14, 2017 01:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.