How can I fix this?
How can I fix this?
Event Timeline
• mtilhan updated the question from to How can I fix this?.Oct 25 2015, 7:48 PM2015-10-25 19:48:55 (UTC+0)
Comment Actions
- Did you run ./bin/storage upgrade?
- Is your mysql configuration unusual?
- Did you use ./bin/config to correctly configure your mysql connection?
Comment Actions
I am not sure this was the solution but I think problem was;
innodb_force_recovery = 6
was at my mysql configuration. I added this line because of at setup issues I had to restart mysql and at one of them it didn't close correctly so since it gave me a lot of errors, I added this but this made my mysql unusable for one reason. (This is all speculation I don't have much knowledge on this but after a few restart at my computer and deleting this line then restarting mysql it seemed corrected.)