Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <source>
  2. <database host="mymagento1.com" name="magento1db" user="magento1user"
  3. password="mypassword"/>
  4. </source>
  5. <destination>
  6. <database host="localhost" name="magentodb2" user="magento2user"
  7. password="mypassword"/>
  8. </destination>
  9.  
  10. <source_prefix>magento1user</source_prefix>
  11. <dest_prefix>magento2user</dest_prefix>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement