当前位置:网站首页>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.
边栏推荐
- Solution to the practice set of ladder race LV1 (all)
- QT creator support platform
- SQL时间注入
- 【yarn】CDP集群 Yarn配置capacity调度器批量分配
- double转int精度丢失问题
- error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead
- JS array + array method reconstruction
- 快来走进JVM吧
- Learn winpwn (2) -- GS protection from scratch
- yarn安装与使用
猜你喜欢
2019 Tencent summer intern formal written examination
Learn winpwn (2) -- GS protection from scratch
Request object and response object analysis
快来走进JVM吧
Password free login of distributed nodes
Reading BMP file with C language
error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead
分布式事务的实现方案
分布式节点免密登录
Valentine's Day flirting with girls to force a small way, one can learn
随机推荐
Using LinkedHashMap to realize the caching of an LRU algorithm
使用lambda在循环中传参时,参数总为同一个值
Heating data in data lake?
[NPUCTF2020]ReadlezPHP
Are you monitored by the company for sending resumes and logging in to job search websites? Deeply convinced that the product of "behavior awareness system ba" has not been retrieved on the official w
error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead
[Bluebridge cup 2021 preliminary] weight weighing
SQL时间注入
Funny cartoon: Programmer's logic
L2-006 tree traversal (25 points)
Detailed explanation of express framework
TypeScript
PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt
Reading BMP file with C language
Punctual atom stm32f103zet6 download serial port pin
Julia 1.6 1.7 common problem solving
How to build a new project for keil5mdk (with super detailed drawings)
QT creator runs the Valgrind tool on external applications
Vs2019 first MFC Application
How to configure flymcu (STM32 serial port download software) is shown in super detail