It started that I had a power outage longer than my UPS could hold, ...
After that MySQL on my Ubuntu server could not start anymore.
I added into /etc/my.cnf the two lines:
[mysqld]
innodb_force_recovery = 1
and it seemed it works again. However, now I get:
#1036 - Table 'gain' is read only
I tried then to use iffodb_force_recovery 2,3,4,5 and 6. Each time restart and set it back to 0 and restart again.
What can I do now?
After that MySQL on my Ubuntu server could not start anymore.
I added into /etc/my.cnf the two lines:
[mysqld]
innodb_force_recovery = 1
and it seemed it works again. However, now I get:
#1036 - Table 'gain' is read only
I tried then to use iffodb_force_recovery 2,3,4,5 and 6. Each time restart and set it back to 0 and restart again.
What can I do now?