• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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