Repairing databases

Skip to main content
Du bist hier:
Drucken

Repairing databases

The Plesk databases must be repaired when

  • the server was not shut down properly
  • the server has crashed
  • MySQL was not shut down properly
  • file system errors have occurred
  • From time to time about every 1-2 months
  1. Open an SSH console
  2. Execute the following command:
    mysqlcheck -u admin -p`cat /etc/psa/.psa.shadow` --auto-repair --all-databases

     

Related Post