当前位置:网站首页>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.
边栏推荐
- Software testing and quality learning notes 3 -- white box testing
- Vs2019 first MFC Application
- In the era of DFI dividends, can TGP become a new benchmark for future DFI?
- Yarn installation and use
- Learning question 1:127.0.0.1 refused our visit
- Codeforces Round #753 (Div. 3)
- How to set up voice recognition on the computer with shortcut keys
- MongoDB
- QT creator custom build process
- Kept VRRP script, preemptive delay, VIP unicast details
猜你喜欢
随机推荐
Small L's test paper
AcWing 179. Factorial decomposition problem solution
分布式节点免密登录
Pytorch基础
2020 WANGDING cup_ Rosefinch formation_ Web_ nmap
Vs2019 desktop app quick start
PHP - whether the setting error displays -php xxx When PHP executes, there is no code exception prompt
[Kerberos] deeply understand the Kerberos ticket life cycle
Codeforces Round #753 (Div. 3)
jS数组+数组方法重构
error C4996: ‘strcpy‘: This function or variable may be unsafe. Consider using strcpy_ s instead
[蓝桥杯2017初赛]包子凑数
Those commonly used tool classes and methods in hutool
vs2019 第一个MFC应用程序
nodejs 详解
Face recognition_ recognition
Hutool中那些常用的工具类和方法
第4阶段 Mysql数据库
Codeforces Round #753 (Div. 3)
牛客Novice月赛40


![[yarn] yarn container log cleaning](/img/1d/b48059ae2e6133ea9d9c38d31c4a86.png)






