How to migrate SQLYog server connections to another machine

sqlyog

Solution

There are 2 ways:

1) You will find sqlyog.ini in `C:\Users\{user}\AppData\Roaming\SQLyog\sqlyog.ini` on recent Windows. So just copy it to new machine.

2) You can export/import your connection details. Exporting enables you to transfer connection details to other machines that you can later import into SQLyog. You can export/import connection from the `Tools->Export/Import Connection Details`

Refer this.

Problem

I am changing my work computer, and need to move my sqlYog saved connections to the new machine. I do not remember the passwords, is there a way to move it? Windows 7 machines.

Original source