I have installed AMPPS in my windows 10(64 bit) local machine. When Starting, Apache and PHP have started but MySQL is not starting.
I tried some solutions from this page
But nothing seems to work.
I have the same problem and the solution with innodb_force_recovery = 1
didn't work. When I run /ampps/mysql/bin/mysql.exe
it was written that MSVCR100.dll was missing.
I solve that by installing Visual C++ 2010 Runtime, both 32bit and 64bit versions, from url:
32Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)
http://www.microsoft.com/en-us/download/details.aspx?id=8328
64Bit: Microsoft Visual C++ 2010 SP1 Redistributable Package (x64)
http://www.microsoft.com/en-us/download/details.aspx?id=13523
This works for me and mysql start working :)