当前位置:网站首页>MySQL START SLAVE Syntax
MySQL START SLAVE Syntax
2022-07-06 11:47:00 【wx5caecf2ed0645】
grammar
START SLAVE [thread_types] [until_option] [connection_options] [channel_option]
thread_types:
[thread_type [, thread_type] ... ]
thread_type:
IO_THREAD | SQL_THREAD
until_option:
UNTIL { {SQL_BEFORE_GTIDS | SQL_AFTER_GTIDS} = gtid_set
| MASTER_LOG_FILE = 'log_name', MASTER_LOG_POS = log_pos
| RELAY_LOG_FILE = 'log_name', RELAY_LOG_POS = log_pos
| SQL_AFTER_MTS_GAPS }
connection_options:
[USER='user_name'] [PASSWORD='user_pass'] [DEFAULT_AUTH='plugin_name'] [PLUGIN_DIR='plugin_dir']
channel_option:
FOR CHANNEL channel
gtid_set:
uuid_set [, uuid_set] ...
| ''
uuid_set:
uuid:interval[:interval]...
uuid:
hhhhhhhh-hhhh-hhhh-hhhh-hhhhhhhhhhhh
h:
[0-9,A-F]
interval:
n[-n]
(n >= 1)
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
stay MySQL8 Use START SLAVE Encountered the following warning !
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
Use example sentences
START SLAVE USER='userName' PASSWORD='password'
- 1.
边栏推荐
猜你喜欢

Request object and response object analysis

B tree and b+ tree of MySQL index implementation

【yarn】Yarn container 日志清理

Linux yum安装MySQL

MongoDB

error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead

Nanny level problem setting tutorial

【CDH】CDH5.16 配置 yarn 任务集中分配设置不生效问题

分布式事务的实现方案

MongoDB
随机推荐
[Bluebridge cup 2021 preliminary] weight weighing
Connexion sans mot de passe du noeud distribué
Aborted connection 1055898 to db:
小L的试卷
wangeditor富文本引用、表格使用问题
Common regular expression collation
【presto】presto 参数配置优化
QT creator custom build process
[mrctf2020] dolls
[BSidesCF_2020]Had_ a_ bad_ day
常用正则表达式整理
{一周总结}带你走进js知识的海洋
Solution to the practice set of ladder race LV1 (all)
vs2019 使用向导生成一个MFC应用程序
QT creator uses Valgrind code analysis tool
Codeforces Round #771 (Div. 2)
TypeScript
mysql实现读写分离
Julia 1.6 1.7 common problem solving
Vs2019 use wizard to generate an MFC Application