3

I have mysql installed in unix box i want to connect that using sqlyog. Usually i can connect through putty as below.

login as : root

root@IP's password:: xxxxx

[root@somealiasname ~] mysql -u root -p

Enter password :

mysql>

How to Connect this mysql using sqlyog or heidisql

Community
  • 1
  • 1
Azhar
  • 933
  • 1
  • 12
  • 28

1 Answers1

1

With SQLyog you can specify the connection details in the Connection manager dialog. The screenshot will be helpful for you.

enter image description here

Sathish D
  • 4,854
  • 31
  • 44