Plesk database status change query
by rajesh[ Edit ] 2012-04-19 10:22:16
To connect to mysql plesk database use the instruction in
http://hiox.org/33043-how-to.php
Then you can use the following queries to know about the status of the domain and update the status.
select name, status from domains where name='domain.com';
update domains set status=0 where name='domain.com';