• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Changing database ownership between subscriptions

PSi_101

Regular Pleskian
As far as I know, you used to be able to change DB ownership between domains in Plesk 9 by editing the dom_id right......how do we accomplish the same in Plesk 10?
I'd like to be able to change a DB's ownership between subscriptions.
 
mysql> select * from data_bases;
+----+----------+-------+--------+--------------+-----------------+
| id | name | type | dom_id | db_server_id | default_user_id |
+----+----------+-------+--------+--------------+-----------------+
| 1 | joomla_a | mysql | 2 | 1 | 0 |
+----+----------+-------+--------+--------------+-----------------+

Not sure but maybe you can just update dom_id here?
 
Back
Top