After a power cut and being forced to reboot my win7 PC I couldn't use mySQL on EasyPHP-DevServer 13.1 anymore, the message: “Unexpected end of mysql”:
I've found this post.
Tried all answers and found @Jessiiem answer to work. As I cannot comment (not enough privileges), I want to put here a little to-do list, so people can save time, if running into the same problem:
-
I found the config file here:
C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\binaries\conf_files\my.ini
-
and added:
innodb_force_recovery = 1
after
# Uncomment the following if you are using InnoDB tables
Then restarted Easy PHP (Run as Administrator);
-
Uncommented the config file as @Jessiiem suggested:
# innodb_force_recovery = 1