Plesk database status change query

by rajesh 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';

Tagged in:

1048
like
0
dislike
0
mail
flag

You must LOGIN to add comments