There is nothing in the mysql logs.
I double checked that the slave_user has the correct permissions in the mysql database user table to do replication.
The required entries are in /etc/mysql/my.cnf
Some stuff works as expected, like turning on ssl and certificate locaitons
Quote:
mysql> show variables like '%ssl%';
+---------------+-----------------------------------------+
| Variable_name | Value |
+---------------+-----------------------------------------+
| have_openssl | YES |
| have_ssl | YES |
| ssl_ca | /etc/mysql/certificates/ca-cert.pem |
| ssl_capath | |
| ssl_cert | /etc/mysql/certificates/server-cert.pem |
| ssl_cipher | |
| ssl_key | /etc/mysql/certificates/server-key.pem |
+---------------+-----------------------------------------+
7 rows in set (0.00 sec)
|
But I can not get "SHOW MASTER STATUS;" to work.
Quote:
mysql> SHOW MASTER STATUS;
Empty set (0.00 sec)
|
Recent comments
6 hours 55 min ago
13 hours 36 min ago
17 hours 27 min ago
19 hours 6 min ago
1 day 3 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 21 hours ago
1 day 22 hours ago