Jump to content
  • 0

[Urgent] My SQL Server has gone Away


SlashGeeGee

Question


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

Hello rA :)

what's the meaning of these errors it makes my server down :(

here's the screenshots :

post-415-0-90954200-1341141909_thumb.jpg

post-415-0-25133800-1341141944_thumb.jpg

please help how to fix this ?

SlashGeeGee

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  111
  • Topics Per Day:  0.02
  • Content Count:  573
  • Reputation:   20
  • Joined:  11/19/11
  • Last Seen:  

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
Link to comment
Share on other sites

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.

×
×
  • Create New...