MySQL Forums
Forum List  »  Connector/ODBC

Can't Remotely Connect
Posted by: Richard Allen
Date: February 18, 2015 02:55PM

I can't connect from my Window 7 PC to Linux Server running mySQL Version 5.1.67. What else can I try?

Bind address commented out
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
port= 3306
#bind-address = *
#bind-address = 0.0.0.0
#bind-address = 144.117.144.18
#bind-address = 144.112.53.73
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

Remote Access Enabled
mysql> grant all privileges on *.* to myname@'PC IP Address';
Query OK, 0 rows affected (0.02 sec)

Port listenning
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN -

Options: ReplyQuote


Subject
Written By
Posted
Can't Remotely Connect
February 18, 2015 02:55PM
February 18, 2015 04:29PM
March 02, 2015 01:21PM
March 02, 2015 03:05PM
March 02, 2015 03:27PM
March 03, 2015 06:51AM
March 03, 2015 12:15PM
March 03, 2015 12:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.