Knowledgebase
Portal Home > Knowledgebase > How do i manually enable a disabled domain in Plesk?
How do i manually enable a disabled domain in Plesk?
| Problem: a domain in Plesk is stuck in "administrator suspended status" and clicking "enable" does not solve the issue. For those that do not know mysql, use these commands from console or ssh:
# mysql -uadmin -p`cat /etc/psa/.psa.shadow`; <hit enter> >use psa; <hit enter> >update `domains` set `status` = "0" where `name` = "Disabled-domain.com"; <hit enter> >Exit <hit enter>
This will re-enable the domain, please change "Disabled-domain.com" to the actual domain name.
**Use these commands at your own risk. These commands can vary from Mysql version to version and this command will alter table rows in your PSA database!**
|
Add to Favourites
Print this Article
|