home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / soft / development / SQLyog 3.70 / SQLyog364.exe / $PROGRAMFILES / SQLyog / sja-sample1.xml < prev    next >
Encoding:
Text File  |  2004-05-10  |  382 b   |  21 lines

  1. <job version="1.2"> 
  2. <abortonerror abort="no" />
  3. <fkcheck check="no" />
  4. <syncjob>
  5. <source>
  6. <host>123.123.0.1</host>
  7. <user>root</user>
  8. <pwd />
  9. <port>3306</port>
  10. <database>data</database>
  11. </source>
  12. <target>
  13. <host>localhost</host>
  14. <user>root</user>
  15. <pwd>complex</pwd>
  16. <port>3306</port>
  17. <database>localcopy</database>
  18. </target>
  19. <tables all="yes" />
  20. </syncjob>
  21. </job>