• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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