mysqld + sshd + putty + windows = problem

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

mysqld + sshd + putty + windows = problem

Post by Big-E »

Okay, so basically I am trying to do the following: Tunnel a connection from WINDOWS XP using PUTTY via SSH to connect to MYSQL so I can administer my server remotely, easily and securely without giving remote access to mysqld.

I have done the following:

Bind mysqld to all of the following: 127.0.0.1, localhost and my IP address (don't want remote access anyway)

Enabled skip-networking

Checked both ports on remote and client systems to check if 3306 is open, and ports are forwarded correctly - they are.

Check user permissions locally, they are accurate.

At ends here, help? :(

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

when enabling "skip-networking" mysql only allows connections from localhost, the port is shown as open on a scan but no external connections are accepted...comment it out... :wink:

User avatar
Big-E
Administrator
Administrator
Posts: 1332
Joined: 16 May 2007, 16:00
16
Location: IN UR ____ , ____ING UR _____ .
Contact:

Post by Big-E »

God dammit, teach me to stay up for hours upon hours. I left WAY down in the bottom of the my.cnf file bind-address: *myipaddress ....

ALL IS WELL.

Thanks. ;)

Post Reply