Should you require a thorough database check and repair, you will need the MySQL root password, but often this is not known to Plesk users.
Here's the best way to check and repair via SSH:
mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow` --auto-repair -A
Remember, don't put a space after "-p" and back quotes matter!