当前位置:网站首页>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.
边栏推荐
- Heating data in data lake?
- PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt
- 2019腾讯暑期实习生正式笔试
- 【CDH】CDH5.16 配置 yarn 任务集中分配设置不生效问题
- Punctual atom stm32f103zet6 download serial port pin
- L2-001 emergency rescue (25 points)
- 【yarn】CDP集群 Yarn配置capacity调度器批量分配
- wangeditor富文本组件-复制可用
- [蓝桥杯2021初赛] 砝码称重
- [AGC009D]Uninity
猜你喜欢
Pytorch基础
Mtcnn face detection
wangeditor富文本引用、表格使用问题
MySQL主从复制的原理以及实现
How to configure flymcu (STM32 serial port download software) is shown in super detail
Request object and response object analysis
UDS learning notes on fault codes (0x19 and 0x14 services)
Machine learning -- census data analysis
error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead
AcWing 242. A simple integer problem (tree array + difference)
随机推荐
[BSidesCF_2020]Had_a_bad_day
In the era of DFI dividends, can TGP become a new benchmark for future DFI?
快来走进JVM吧
Punctual atom stm32f103zet6 download serial port pin
Vs2019 use wizard to generate an MFC Application
Rhcsa certification exam exercise (configured on the first host)
JS array + array method reconstruction
Wangeditor rich text reference and table usage
Connexion sans mot de passe du noeud distribué
wangeditor富文本引用、表格使用问题
L2-004 这是二叉搜索树吗? (25 分)
[Flink] Flink learning
第4阶段 Mysql数据库
MySQL主从复制的原理以及实现
When using lambda to pass parameters in a loop, the parameters are always the same value
vs2019 第一个MFC应用程序
Aborted connection 1055898 to db:
[Kerberos] deeply understand the Kerberos ticket life cycle
库函数--(持续更新)
vs2019 桌面程序快速入门