27 lines
1.4 KiB
Plaintext
27 lines
1.4 KiB
Plaintext
include/master-slave.inc
|
|
Warnings:
|
|
Note #### Sending passwords in plain text without SSL/TLS is extremely insecure.
|
|
Note #### Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
|
|
[connection master]
|
|
[connection slave]
|
|
include/stop_slave.inc
|
|
SET @@global.master_info_repository="TABLE";
|
|
SET @@global.master_info_repository="FILE";
|
|
Warnings:
|
|
Warning 1287 'FILE' is deprecated and will be removed in a future release. Please use 'TABLE' instead
|
|
SET @@global.master_info_repository="TABLE";
|
|
SET @@global.relay_log_info_repository="TABLE";
|
|
SET @@global.relay_log_info_repository="FILE";
|
|
Warnings:
|
|
Warning 1287 'FILE' is deprecated and will be removed in a future release. Please use 'TABLE' instead
|
|
SET @@global.relay_log_info_repository="TABLE";
|
|
include/rpl_restart_server.inc [server_number=2]
|
|
include/assert_grep.inc [Assert that there is a warning at bootstrap when relay-log-info-repository=FILE]
|
|
include/rpl_restart_server.inc [server_number=2]
|
|
include/assert_grep.inc [Assert that there is a warning at bootstrap when master-info-repository=FILE]
|
|
include/rpl_restart_server.inc [server_number=2]
|
|
include/start_slave.inc
|
|
[connection master]
|
|
include/rpl_reset.inc
|
|
include/rpl_end.inc
|