Remember
Register
Errors & Solutions
Questions
Unanswered
Tags
Users
Ask a Question
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
All categories
Linux
(14)
Windows
(0)
[ERROR] InnoDB: File (unknown): 'read' returned OS error 71. Cannot continue operation
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.
whm
cpanel
mysql
asked
Apr 8, 2019
in
Linux
by
dent
(
940
points)
Please
log in
or
register
to answer this question.
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
answered
Apr 8, 2019
by
dent
(
940
points)
Please
log in
or
register
to add a comment.
...