Quote:
|
Could it be that there are other security settings except username and password?
|
Mysql uses a security concept which takes the IP address in account as I explained above. If you want to test the mysql connection, use the mysql command and for the test you have to run it on the salve and not on the amster or any other server.
So to test the connection, login on the shell of the slave server and issue this command:
mysql -h master.server.tld -u root -p
replace master.server.tld with the hostname of your master server.
Another important thing is that you edited the /etc/hosts files eaxctly as described in the installation instructions on all servers that belong to the clusetr. E.g.
123.123.123.123 sv1.server.tld
is ok while:
123.123.123.123. sv1.server.tld sv1
may cause the mysql connect to fail.
Recent comments
6 hours 28 min ago
15 hours 56 min ago
16 hours 46 min ago
20 hours 19 min ago
1 day 43 min ago
1 day 1 hour ago
1 day 3 hours ago
1 day 13 hours ago
1 day 18 hours ago
1 day 19 hours ago