Hi,
We have some databases on a mysql 5.1 server. This crashed, and when trying to start the mysql service, it does not start.
If we edit the my.ini file to set the innodb recovery mode to 3, it will start. This put the database back online, but it fails to add new records.
We tried to drop all the databases and restart without the forced recovery, but this still fails.
Can anyone help with a solution on how to restore the database so it is operational, even as a fresh instance as we have a backup.sql file with all of our data, we just cannot get the service to start without forced recovery mode 3 enabled.
We have some databases on a mysql 5.1 server. This crashed, and when trying to start the mysql service, it does not start.
If we edit the my.ini file to set the innodb recovery mode to 3, it will start. This put the database back online, but it fails to add new records.
We tried to drop all the databases and restart without the forced recovery, but this still fails.
Can anyone help with a solution on how to restore the database so it is operational, even as a fresh instance as we have a backup.sql file with all of our data, we just cannot get the service to start without forced recovery mode 3 enabled.