Skip to content

Instantly share code, notes, and snippets.

@mostafa6765
Forked from irazasyed/ampps-mysql-fix.md
Last active April 19, 2018 16:01
Show Gist options
  • Save mostafa6765/c1944336225a663f059d97a5414fb6c9 to your computer and use it in GitHub Desktop.
Save mostafa6765/c1944336225a663f059d97a5414fb6c9 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.

process 2:


open the following folder

Ampps/mysql/data/

delete all files like ib_logfile** and mysql-bin.index,mysql-bin.****,

then start or restart MySQL via the AMPPS pannel, it maybe work fine for you.

@JohnnyWalkerDigital
Copy link

Process 2 will DELETE YOUR DATABASES

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