GoAutoDial's mysql
Posted: Mon Mar 28, 2011 8:31 am
im trying to connect to GoAuto's mysql from another server but im getting this error
locally, i am able to do so. my firewall is already disabled and has my.cnf setting
help. thanks.
- Code: Select all
ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.x.x' (113)
locally, i am able to do so. my firewall is already disabled and has my.cnf setting
- Code: Select all
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Default to using old password format for compatibility with mysql 3.x
# clients (those using the mysqlclient10 compatibility package).
old_passwords=1
skip-name-resolve
skip-host-cache
max_connections=200
[mysql.server]
user=mysql
basedir=/var/lib
bind-address=192.168.x.x
port=3306
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
help. thanks.