Mysql: How to repair all mysql tables in MySQL?
Nov 06
How to repair in MYSQL all tables ?
Just run in console
1 | mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password] |
Where password – this is admin password!
Nov 06
How to repair in MYSQL all tables ?
Just run in console
1 | mysqlcheck -u root -p --auto-repair --check --optimize --all-databases -p[password] |
Where password – this is admin password!