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
?
|