• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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