How To Clear a Hung Database Copy Print

  • Plesk, MySQL
  • 1

In Plesk, sometimes you get processes that get stuck, such as the copy of a database.

To clear you must login via SSH as root and execute the following:

1. mysql -uadmin -p`cat /etc/psa/.psa.shadow`
2. use psa;
3. delete from longtasks;

Was this answer helpful?

« Back