Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-05-2011, 06:23 AM
|
#1
|
Senior Member
Registered: Jul 2009
Location: UK
Distribution: Cent OS5 with Plesk
Posts: 1,013
Rep:
|
mysql workbench SSH connection.
How can I use SSH to connect to my mysql server remotely?
SSH connects on port xxxx, so do I need to forward ports in the putty connection?
|
|
|
04-05-2011, 07:28 AM
|
#2
|
Member
Registered: May 2009
Location: Milan, Italy
Distribution: Ubuntu, Debian, Fedora, Oracle Linux
Posts: 109
Rep:
|
Quote:
Originally Posted by qwertyjjj
How can I use SSH to connect to my mysql server remotely?
SSH connects on port xxxx, so do I need to forward ports in the putty connection?
|
Try this:
Code:
ssh -L 3306:[your_IP_address]:3306 [username]@[ServerIp]
and take a look to this GREAT tutorial: http://support.suso.com/supki/SSH_Tu...ort_Forwarding
Hope this helps!
|
|
|
04-05-2011, 08:16 AM
|
#3
|
Senior Member
Registered: Jul 2009
Location: UK
Distribution: Cent OS5 with Plesk
Posts: 1,013
Original Poster
Rep:
|
I connect through putty and I set up a port forward of 3306 and connect through SSH.
However, whn I go to workbench on my client and try to connect it gives me the error that it is not allowed to connect.
I do not have 3306 open on the server but I didn;t think that was necessray when connecting through SSH as it tunnels it through the ssh port.
Last edited by qwertyjjj; 04-05-2011 at 08:17 AM.
|
|
|
04-05-2011, 09:09 AM
|
#4
|
Member
Registered: May 2009
Location: Milan, Italy
Distribution: Ubuntu, Debian, Fedora, Oracle Linux
Posts: 109
Rep:
|
Quote:
Originally Posted by qwertyjjj
I connect through putty and I set up a port forward of 3306 and connect through SSH.
However, whn I go to workbench on my client and try to connect it gives me the error that it is not allowed to connect.
I do not have 3306 open on the server but I didn;t think that was necessray when connecting through SSH as it tunnels it through the ssh port.
|
But SSH access to your linuxbox works, isn't it?
|
|
|
04-05-2011, 11:49 AM
|
#5
|
Senior Member
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125
|
Quote:
it gives me the error that it is not allowed to connect
|
You didn't say what the error message is, so I will assume that you are 'seeing' MySQL, but it is saying that the username / password are incorrect. One of the difficulties in connecting to MySQL remotely is that it identifies you as user@domain. If your users table is only setup for user@localhost, user@domain will be denied. Upon reading the thread, my initial thought was that the SSH tunnel would take care of this fact and you would appear as user@domain.that.you.ssh.into, but this may not be the case. I would suggest that you check to the MySQL logs and see if it is showing connections from user@your-local-domain. If it does, you will need to either put a wildcard in your user's ID or create a local and remote ID.
|
|
|
All times are GMT -5. The time now is 01:06 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|