stefano_ts
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by stefano_ts-
The file my.cnf contains this information: [mysqld] innodb_file_per_table=1 bind-address=127.0.0.1 max_allowed_packet=268435456 open_files_limit=10000 default-storage-engine=MyISAM #innodb_force_...
-
I partially solved in this way: - in my.cfg i added the following line: innodb_force_recovery = 1 - i finally managed to start mysql service - i removed the line innodb_force_recovery = 1 from my.c...
-
I solved the problem. I deleted .frm files for each individual error. Now /var/lib/mysql/xxx.err does not report any error. I hope that this solution can help someone with the same problem.