Welcome to Dentoo Errors & Solutions archive, where you can post error messages and receive solutions from other members of the community. Completely free to sign up and use!

Categories

0 votes
[ERROR] InnoDB: File (unknown): 'read' returned OS error 71. Cannot continue operation

 

This is shown in the mysql errorlog when mysql crashes and cant be restarted on WHM Cpanel.
in Linux by (940 points)

1 Answer

0 votes
Can be solved by logging in as root and doing

 

cd /var/lib/mysql
mv ib_logfile0 ib_logfile0.bak
mv ib_logfile1 ib_logfile1.bak
/etc/init.d/mysql start
by (940 points)

Dedicated Servers
...