Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.4
-
None
Description
change master to master_user="skysql",master_password="skyvodka", master_host="192.168.0.41", master_port=5055, master_log_file="mariadb-bin.000001", master_log_pos=315;
ERROR 1234 (42000): Can not set MASTER_LOG_FILE to "mariadb-bin.000001": Permitted binlog file names are mariadb-bin.000001 or mariadb-bin.000002. Current master_log_file=mariadb-bin.000001, master_log_pos=315
mysql> change master to master_user='skysql',master_password='skyvodka', master_host='192.168.0.41', master_port='5055', master_log_file='mariadb-bin.000001', master_log_pos=315;
Query OK, 0 rows affected (0.00 sec)
Attachments
Issue Links
- includes
-
MXS-1155 Define a set of features for better integration of maxscale in external tools like replication-manager, arbitrator ....
- Closed