• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How do I move mySQL-database from one domain to other domain ...

M

manjunja

Guest
Hi folks,

I've got a mySQL database in my plesk 7.5.3 "under" domain i.e. "adomain.de" and want to move this database to domain i.e. "bdomain.de"

Reason: If I do a backup from domain "bdomain.de", the database which ist sortet under domain "adomain.de" isn't part of the backup, but should belong to it.

How can I change this?
Any ideas?

thx in @vance
manjunja
 
What you could do is the following:

1) make a dump with mysqldump from the database and adjust the DB name in the dump.
2) Create database and user on the new domain
3) inject the dump with the new username like mysql < dump
 
Any other way of doing this?

Is there any other way of doing this?
(ex. Editing psa tables?)

I have searched the forum with no luck.
Any help would be appreciated.
 
I found another post in these forums that led me to the answer. http://forum.parallels.com/showthread.php?t=53671

Basically you open up WebAdmin and select the "spa" database, go into the file "data_bases" and change the dom_id of the database to a different one. MySQL doesn't know or care anything about this and everything works fine.
 
Back
Top