Hello,
I'm managing my MySQL servers (used for websites) using MySQL Administrator, and now MySQL Workbench.
I've got to manage a new server (not mine), who have 2 MySQL services running. To connect to the second MySQL service, I have to specify the socket file.
I'me able to connect while I'm connected in SSH to the server with this command line : mysql -u root -p --socket /path/to/my/socket.file
With MySQL Administrator, I create a SSH tunnel with PuTTY, between my computer (Windows XP SP3) and the Server (Debian). The port 3306 is tunneled.
But, with MySQL Administrator and MySQL Workbench, i cannot connect to this database server because I don't know how to specify the socket.
Could someone help me please ?
Thank you.
I'm managing my MySQL servers (used for websites) using MySQL Administrator, and now MySQL Workbench.
I've got to manage a new server (not mine), who have 2 MySQL services running. To connect to the second MySQL service, I have to specify the socket file.
I'me able to connect while I'm connected in SSH to the server with this command line : mysql -u root -p --socket /path/to/my/socket.file
With MySQL Administrator, I create a SSH tunnel with PuTTY, between my computer (Windows XP SP3) and the Server (Debian). The port 3306 is tunneled.
But, with MySQL Administrator and MySQL Workbench, i cannot connect to this database server because I don't know how to specify the socket.
Could someone help me please ?
Thank you.