Quote:
Originally posted by lib
So what is actually happening? Using the shell on one machine, can you connect to the other's SQL?
server# mysql -u USER -h OTHERSERVER -p DATABASE
If you don't know your password and get an error, at least it's connecting. If it's not connecting, make sure your bind address is not 127.0.0.1 in my.cnf.
|
[root@hosted-by root]# mysql -u root -h 192.168.1.2 -p ****_phpbb
Enter password:
above seems to hang forever.