• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Failed to copy content of database

Kingsley

Silver Pleskian
Hello;

I am unable to import Database with plesk migrator, i am getting the below error. all 16 domains affected.

Failed to copy content of database 'gistify'
Migration tools tried to perform operation in 3 attempts: Command execution failed on the source server 'source' (158.69.247.123) with non-zero exit code.
command: MYSQL_PWD="$(cat)" mysqldump --no-defaults -h localhost -P 3306 -uadmin --quick --quote-names --add-drop-table --default-character-set=utf8 --set-charset --routines gistify > /root/plesk_migrator/plesk_migrator-1u4toa0o30zkwb8vsa29kinwh9erofbo/db-dumps/gistify.sql
exit code: 2
stdout:
stderr: mysqldump: Got error: 1045: "Access denied for user 'admin'@'localhost' (using password: YES)" when trying to connect
 
Right there at the end it tells you what the issue is: "Access denied for user 'admin'@'localhost'"

Make sure that the admin account password is correct and that the admin account has full rights to the databases. You can basically follow the same steps found here on the source system.
 
Right there at the end it tells you what the issue is: "Access denied for user 'admin'@'localhost'"

Make sure that the admin account password is correct and that the admin account has full rights to the databases. You can basically follow the same steps found here on the source system.

On the source server i can login to mysql with the admin details but on the new server it's unable to access the database
 
Right there at the end it tells you what the issue is: "Access denied for user 'admin'@'localhost'"

Make sure that the admin account password is correct and that the admin account has full rights to the databases. You can basically follow the same steps found here on the source system.

did not work
 
Back
Top