Difference between revisions of "MariaDB binary log"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
== Format ==
 
== Format ==
 
  SET GLOBAL binlog_format='ROW';
 
  SET GLOBAL binlog_format='ROW';
 +
 +
 +
== [[Slave]] ==
 +
STOP 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:45, 19 February 2023

Advertising: