Applicable to:
- Plesk for Linux
Note: This article has the reference to the issue with the fix available:
- #EXTWPTOOLK-806 "Setting skip_name_resolve = on in the MySQL server configuration resulted in failure to clone instances."
Fixed in:- WordPress Toolkit 2.4.0 16 November 2017
- WordPress Toolkit 2.4.0 16 November 2017 (Linux)
Symptoms
When trying to clone a WordPress instance with WordPress Toolkit, the following error is shown:
CONFIG_TEXT: mysqldump: Got error: 1045: "Access denied for user 'admin_wordpress_user'@'127.0.0.1' (using password: YES)" when trying to connect.
Cannot login to MySQL under the user mentioned in the error message with password from
/var/www/vhosts/example.com/httpdocs/wp-config.php
and 127.0.0.1 as host:
# mysql -uadmin_wordpress_user -p -h 127.0.0.1
Enter password:
ERROR 1045 (28000): Access denied for user 'admin_wordpress_source'@'127.0.0.1' (using password: YES)
Access with same user and 'localhost' as host is successful:
# mysql -uadmin_wordpress_source -p -h localhost
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 158630
Server version: 5.5.56-MariaDB-cll-lve MariaDB Server
Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)] >
Cause
This is WordPress Toolkit bug with ID EXTWPTOOLK-806 that was fixed in WordPress Toolkit 2.4.0 .
Resolution
The extension gets updated automatically. No actions are required.
Comments
1 comment
Bug #EXTWPTOOLK-806 have been fixed in WordPress Toolkit 2.4.0
Please sign in to leave a comment.