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
14 hours 38 min ago
19 hours 37 min ago
21 hours 3 min ago
21 hours 56 min ago
23 hours 39 min ago
1 day 4 hours ago
1 day 4 hours ago
1 day 7 hours ago
1 day 20 hours ago
1 day 21 hours ago