Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [Exception] Notice: Undefined index: name in /Applications/MAMP/htdocs/magento2/vendor/magento/data-migration-tool/src/Migration/ResourceModel/Adapter/Pdo/MysqlBuilder.php on line 82
  2.  
  3. <source>
  4. <database host="localhost:8888/magento1/" user="root" password="1234"/>
  5. </source>
  6. <destination>
  7. <database host="localhost/magento2/" user="root" password="1234"/>
  8. </destination>
  9. <options>
  10. <crypt_key><![CDATA[abcd1234]]></crypt_key>
  11. </options>
  12.  
  13. php bin/magento migrate:settings /Applications/MAMP/htdocs/magento2/vendor/magento/data-migration-tool/etc/ce-to-ce/1.9.1.0/config.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement