XF 1.1 Repair failed via phpMyAdmin & SSH command line

Mt.Rev

Member
Hi,

I have just about every table that is corrupted and I had tired to repair the database with phpMyAdmin, but it didn't work.

I also tired this command line, but i'm not sure if this work on XF the same way it works on other databases:
# myisamchk -r /var/lib/mysql/xenforo/*.MYI

What are my options from here?
Is there something else I can try?
 
Actually, I just found the problem.

i.e.
inside the my.cnf file, I added "skip-innodb"

This happen when I had innodb was disabled.
Now that I removed that line, it's working fine now.

I have so much to learn about mysql.
:(
 
Top Bottom