Jump to content
  • 0

[Urgent] My SQL Server has gone Away


Question

2 answers to this question

Recommended Posts

Posted

Hi SlashGeeGee,

Your MySQL server got stuck; usually caused by not being able to allocate the proper amount of resources or it had peaked at the limit set for your container. You could try to increase the interactive timeout value in the 'my.cnf'; it might help with this issue.

Posted (edited)

Hi SlashGeeGee,

Your MySQL server got stuck; usually caused by not being able to allocate the proper amount of resources or it had peaked at the limit set for your container. You could try to increase the interactive timeout value in the 'my.cnf'; it might help with this issue.

EDIT : found it in etc/my.cnf what to edit here ?

[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1

# Disabling symbolic-links is recommended to prevent assorted security risks;
# to do so, uncomment this line:
# symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Edited by SlashGeeGee

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...