Saturday, May 2, 2020

How to Repair SQL database

Repair MySQL all Database


mysqlcheck -u root -p --auto-repair --check --optimize --all-databases



mysqlcheck -u cron -p --auto-repair --check --optimize --all-databases

password 1234

Repair Maria DB all Database


mysqlcheck -u cron -p  --auto-repair --check --all-databases

mysqlcheck -u cron -p -A --auto-repair



No comments:

Post a Comment

Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period ?

How to extend the Trial Period ? Pay attention to the Time-based activation expiration and the Remaining Windows rearm count. You can rearm ...