문제

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

도움이 되었습니까?

해결책

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

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top