MySQL Forums
Forum List  »  Perl

Re: DBD::mysql::st execute failed: Lost connection to MySQL server during query
Posted by: Rick James
Date: July 04, 2011 03:28PM

The setting seem reasonable based on having 48GB of RAM.

> innodb_data_file_path = ibdata01:50G;ibdata02:50G;ibdata03:50G;ibdata04:50G;ibdata05:50G
You realize that the system will crash if you ever get 250GB of data?

SHOW GLOBAL VARIABLES LIKE '%timeout%';

Anything useful in mysqld.err ?

Does it match
http://bugs.mysql.com/bug.php?id=28359
?

Is anything going on in the background, like a backup?

Options: ReplyQuote




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.