Difference between revisions of "MariaDB binary log"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
== [[Slave]] ==
 
== [[Slave]] ==
STOP SLAVE;
+
{{MariaDB slave}}
[[SET]] GLOBAL slave_parallel_threads=0;
 
SET GLOBAL binlog_format='ROW';
 
SET GLOBAL slave_parallel_threads=4;
 
START SLAVE
 
  
 
== Related ==
 
== Related ==

Revision as of 12:57, 19 February 2023

Advertising: