Advertisement
Guest User

Untitled

a guest
Aug 11th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <source>
  2. <database host="" name="" user="" password=""/>
  3. </source>
  4. <destination>
  5. <database host="" name="" user="" password=""/>
  6. </destination>
  7. <crypt_key></crypt_key>
  8.  
  9. user@vm-stage01:~/html/bin$ php magento migrate:settings /www/sites/mywebsite.com/html/vendor/magento/data-migration-tool/etc/ce-to-ee/1.9.2.4/config.xml --reset
  10. Reset the current position of migration to start from the beginning
  11.  
  12.  
  13. [Zend_Db_Adapter_Exception]
  14. SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
  15.  
  16.  
  17. [PDOException]
  18. SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
  19.  
  20.  
  21. [PDOException]
  22. PDO::__construct(): The server requested authentication method unknown to the client [mysql_old_password]
  23.  
  24. migrate:settings [-r|--reset] config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement