On Linux servers you can repair all MySQL databases on the server using the following command.
(logged in as root)
myisamchk -r /var/lib/mysql/*/*.MYI
(logged in as root)
myisamchk -r /var/lib/mysql/*/*.MYI
Modified on: Fri, 23 Nov, 2018 at 11:24 PM
Did you find it helpful? Yes No
Send feedback