Skip to main content

getting error on mysql database

Comments

5 comments

  • triantech
    Hello, This means that your MySQL service is not running. Try to start it via SSH : # service mysql start - Check if you are getting some errors when trying to restart or if the restart goes successful.
    0
  • mywish1
    [quote="triantech, post: 1729191">Hello, This means that your MySQL service is not running. Try to start it via SSH : # service mysql start - Check if you are getting some errors when trying to restart or if the restart goes successful.
    i did but same issue i have no idea how to fix plz help me [COLOR="silver">- - - Updated - - - when i run service mysql start i m getting this error starting mysql error manager of pid-file quit whiteout updating file so what is issue ?
    0
  • iserversupport
    What is in the MySQL error log
    0
  • triantech
    check this log file when you try to start mysql ! # tail -20 /var/lib/mysql/$hostname.err ^ replace $hostname with your server hostname
    0
  • cPanelMichael
    Hello :) Please check to see if /var/lib/mysql/mysql.sock is symbolically linked to /tmp/mysql.sock. If not, you can run this command and restart MySQL: ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
    Thank you.
    0

Please sign in to leave a comment.