Go to C:\Program Files (x86)\SQLyog and edit the
"C:\Program Files (x86)\SQLyog\school_system_to_web.xml" -l"C:\Users\Mart Ray\AppData\Roaming\SQLyog\sja.log" -s"C:\Users\Mart Ray\AppData\Roaming\SQLyog\sjasession.xml"
depending on your xml filename you should see something like this:
<?xml version="1.0" encoding="UTF-8"?>
<job version="11.1">
<syncjob>
<fkcheck check="yes" />
<passwords isencoded="yes" />
<source>
<host>localhost</host>
<user>system_admin</user>
<pwd>PTw7MxoZOg==</pwd>
<port>3306</port>
<compressed>1</compressed>
<ssl>0</ssl>
<sslauth>0</sslauth>
<clientkey></clientkey>
<clientcert></clientcert>
<cacert></cacert>
<cipher></cipher>
<charset></charset>
<database>school_system</database>
</source>
<target>
<host>localhost</host>
<user>system_admin</user>
<pwd>PTw7MxoZOg==</pwd>
<port>3306</port>
<compressed>1</compressed>
<ssl>0</ssl>
<sslauth>0</sslauth>
<clientkey></clientkey>
<clientcert></clientcert>
<cacert></cacert>
<cipher></cipher>
<charset></charset>
<database>school_system_web</database>
</target>
<tables all="no">
<table>
<name>`class_students`</name>
<columns all="yes" />
</table>
<table>
<name>`classes`</name>
<columns all="yes" />
</table>
<table>
<name>`grade_levels`</name>
<columns all="yes" />
</table>
<table>
<name>`grades`</name>
<columns all="yes" />
</table>
<table>
<name>`parents`</name>
<columns all="yes" />
</table>
<table>
<name>`programs`</name>
<columns all="yes" />
</table>
<table>
<name>`school_year_enrollees`</name>
<columns all="yes" />
</table>
<table>
<name>`school_years`</name>
<columns all="yes" />
</table>
<table>
<name>`students`</name>
<columns all="yes" />
</table>
<table>
<name>`subjects`</name>
<columns all="yes" />
</table>
<table>
<name>`teachers`</name>
<columns all="yes" />
</table>
<table>
<name>`web_departments`</name>
<columns all="yes" />
</table>
<table>
<name>`web_student_performance_notes`</name>
<columns all="yes" />
</table>
</tables>
<sync_action type="directsync" />
<abortonerror abort="no" />
<sendreport send="no" /></syncjob>
</job>