Quote From : OMSHIVA December 12, 2017, 7:42 am Quote From : valeri December 9, 2017, 4:25 pm When I launch the ampps app, apache server is running but mysql show stoped and don't want to work. I changed the configuration of MySQL in
[mysqld]
innodb_force_recovery = 1
after this MySQL starts normally but I am not able update the data in database via php file and if I change the value of innodb_force_recovery = 0 then update works but after restart the system again MySQL stopped and I have to replace the value of 0 to 1 again above process repeat.
please help
?
After you add the line recovery, start the mysql, then stop it, then remove the line, then start it again and it should work.
I'ts frustrating, but it's the way it is
|