Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to migrate SQLYog server connections to another machine

Tags:

sqlyog

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.

like image 833
Mindwin Avatar asked Jan 30 '14 19:01

Mindwin


People also ask

How to export connections from sqlyog?

To export connections go to Tools->Export/Import Connection Details->Export Connections. This will open a dialogue with connection details, where you can select the connections to be exported. To import connections go to Tools->Export/Import Connection Details->Import Connections.


2 Answers

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.

like image 133
Sathish D Avatar answered Oct 22 '22 21:10

Sathish D


Found in this webpage:

Locate in %appdata% a file called sqlyog.ini.

Move this file to the new machine, and fire up sql yog.

like image 38
Mindwin Avatar answered Oct 22 '22 22:10

Mindwin