P pun119 Guest Dec 15, 2005 #1 Can I move a domain from one client to other?? Without delete from client and crete new one in other client.
Can I move a domain from one client to other?? Without delete from client and crete new one in other client.
B bandurao Guest Dec 15, 2005 #2 Hello, This is very easy. Go to psa database. Under psa database there is a tables called as "domains". in "domains" tale there is a field called as "cl_id" now give the following query: select cl_id from domains where name="Domain Name"; Now you get the client ID for which the domain is currently assigned. in same way find out the client ID for whom you want to assign it. Suppose that cl_id is 007 Now run mysql query which will replace the cl_id with the new client id for eg 007. once this is done the domain is displayed under the new clients control panel. Feel free to contact me for any issues or contracts at [email protected] Thanks, Bandurao. System Administrator
Hello, This is very easy. Go to psa database. Under psa database there is a tables called as "domains". in "domains" tale there is a field called as "cl_id" now give the following query: select cl_id from domains where name="Domain Name"; Now you get the client ID for which the domain is currently assigned. in same way find out the client ID for whom you want to assign it. Suppose that cl_id is 007 Now run mysql query which will replace the cl_id with the new client id for eg 007. once this is done the domain is displayed under the new clients control panel. Feel free to contact me for any issues or contracts at [email protected] Thanks, Bandurao. System Administrator