Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Change ip_pool type Plesk 9  (Read 2103 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
Change ip_pool type Plesk 9
« on: November 29, 2013, 10:36:43 pm »
Hi Guys,

If you are on Plesk 9 and within Settings > General - IP Addresses the IP Address is set to Exclusive or Shared and cannot be changed. So how to do this?

Login to server and access MySQL.

cd %plesk_dir%\Mysql\bin
mysql -uadmin -p -P 8306 psa
select * from ip_pool;
update ip_pool set type="shared";
#or
update ip_pool set type="exclusive";

That will do the trick!
« Last Edit: November 29, 2013, 10:38:27 pm by =J!TH!N= »