Skip to content

Instantly share code, notes, and snippets.

@irazasyed
Last active April 27, 2024 07:41
Show Gist options
  • Save irazasyed/c516682e34068b14b55d to your computer and use it in GitHub Desktop.
Save irazasyed/c516682e34068b14b55d to your computer and use it in GitHub Desktop.
AMPPS MySQL not working, Solution!

AMPPS MySQL not working, Solution!

  1. Open Ampps Application -> MySQL Tab -> Configuration.

  2. In [mysqld] section, add the following line: innodb_force_recovery = 1

  3. Save the file and try starting MySQL

  4. Remove that line which you just added and Save.

@eliegamala
Copy link

does anyone have an updated solution for this, 2024. non of these solutions provided are working for me

@Ezyweb-uk
Copy link

What works for me is to go to the Ampps > mysql > data folder and delete the log and bin files (files like 'ib_logfile0' and mysql-bin.000001) and then restart MySql in the Ampps app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment