• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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