Skip to content

Instantly share code, notes, and snippets.

@shahali007
Forked from irazasyed/ampps-mysql-fix.md
Created May 23, 2018 11:39
Show Gist options
  • Select an option

  • Save shahali007/01dd57a545a63b53b3695a5771d7d408 to your computer and use it in GitHub Desktop.

Select an option

Save shahali007/01dd57a545a63b53b3695a5771d7d408 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.

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