Forum Moderators: coopster
I am in the process of moving to a new server - so I am updating my mysql_connect statement to use our NEW server instead of the current one (@ localhost).
I went into MySQL on the NEW server an added two new users - same username - one for the domain name of our current/old server and one for the IP address of our current/old server ... and gave the users the appropriate rights. I then updated my "mysql_connect" statement to point to the NEW server... but I get the following error:
Can't connect to MySQL server on '111.111.111.111' (61)
That is the ONLY error I get.
Both servers (new & old) are with the same hosting company. Our new server is using RedHat Enterprise ES.
Like I previously stated - I have done this many times in the past without any problem - but always on FreeBSD servers. I'm not sure if there is something particular I am missing while trying to connect to MySQL on the RedHat server.
[dev.mysql.com...]
So, I know my exact problem now - but the MySQL help page does not list any ways to troublshoot/fix this problem.
Any clues?