File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 23
23
+ --shared-memory Enable the shared memory
24
24
+ --shared-memory-base-name=name
25
25
+ Base name of shared memory
26
- --show-slave-auth-info
27
- Show user and password in SHOW SLAVE HOSTS on this
28
- master.
26
+ --session-track-schema
27
+ Track changes to the default schema.
28
+ (Defaults to on; use --skip-session-track-schema to disable.)
29
29
@@ -1015,6 +1018,10 @@
30
30
Log slow queries to given log file. Defaults logging to
31
31
'hostname'-slow.log. Must be enabled to activate other
103
103
@@ -1387,6 +1381,8 @@
104
104
secure-auth TRUE
105
105
secure-file-priv (No default value)
106
- server-id 0
106
+ server-id 1
107
107
+shared-memory FALSE
108
108
+shared-memory-base-name MYSQL
109
- show-slave-auth-info FALSE
110
- silent-startup FALSE
111
- skip-grant-tables TRUE
109
+ session-track-schema TRUE
110
+ session-track-state-change FALSE
111
+ session-track-system-variables
112
112
@@ -1411,6 +1407,7 @@
113
113
slave-type-conversions
114
114
slow-launch-time 2
You can’t perform that action at this time.
0 commit comments