Skip to main content

The server quit without updating PID file

Comments

3 comments

  • ssfred
    Hello It looks like your InnoDB files are corrupted. It can either be database files or ibdata files. The following steps are widely used for InnoDB recovery. The first step is to make the server accessible by switching it to recovery mode. You can perform this by adding the following entry to /etc/my.cnf and restarting the server [mysql] innodb_force_recovery = 4 In most cases, the server will be up. Take the db backups using mysqldump. Once the backup is complete, stop the server and delete the dbs and Ibdata files. Then remove the entries for recovery mode and restart the server manually. Once the server is up, restore the dbs using the backups taken. A number of detailed articles with real time examples are available in the net. Please refer them and do accordingly Best Wishes :)
    0
  • 24x7server
    Hello :), Also please give a try with following guide. InnoDB Corruption Repair Guide
    0
  • cPanelMichael
    Hello :) Yes, as mentioned, please follow the guide available at: InnoDB Corruption Repair Guide Thank you.
    0

Please sign in to leave a comment.