HostOnNet Blog

Plesk Migration Manage (PMM) Shows Blank Page

Looking for Linux Server Admin or WordPress Expert? We can help.

On Plesk Server, Plesk Migration Manage (PMM) show Blank Page.
 
To correct the problem run following command in command prompt
 
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` -D psa -e ‘delete from PMM’
 
Or you may use
 
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
mysql> use psa
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
 
Database changed
mysql> select * from PMM;
 
You will see 40 rows of result.
 
mysql> delete from PMM;
Query OK, 40 rows affected (0.01 sec)
 
mysql>
 
 

Posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.