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

  1. <job version="1.2">
  2. <syncjob>
  3. <abortonerror abort="yes" />
  4. <fkcheck check="yes" />
  5. <source>
  6. <host>localhost</host>
  7. <user>root</user>
  8. <pwd></pwd>
  9. <port>3306</port>
  10. <database>mysql</database>
  11. </source>
  12. <target>
  13. <host>localhost</host>
  14. <user>root</user>
  15. <pwd></pwd>
  16. <port>3306</port>
  17. <database>new_mysql</database>
  18. </target>
  19. <tables all="no">
  20. <table>
  21. <name>`columns_priv`</name>
  22. <columns all="yes" />
  23. </table>
  24. <table>
  25. <name>`db`</name>
  26. <columns all="no">
  27. <column>`Host`</column>
  28. <column>`Db`</column>
  29. <column>`User`</column>
  30. </columns>
  31. </table>
  32. <table>
  33. <name>`host`</name>
  34. <columns all="yes" />
  35. <sqlwhere>host like '%%'</sqlwhere></table>
  36. </tables>
  37. </syncjob>
  38. </job>