Difference between revisions of "Template:MariaDB slave"
Jump to navigation
Jump to search
(Created page with " STOP SLAVE; SET GLOBAL slave_parallel_threads=0; SET GLOBAL binlog_format='ROW'; SET GLOBAL slave_parallel_threads=4; START SLAVE") |
|||
Line 1: | Line 1: | ||
STOP SLAVE; | STOP SLAVE; | ||
− | [[SET]] GLOBAL slave_parallel_threads=0; | + | [[MariaDB SET|SET]] GLOBAL slave_parallel_threads=0; |
SET GLOBAL binlog_format='ROW'; | SET GLOBAL binlog_format='ROW'; | ||
SET GLOBAL slave_parallel_threads=4; | SET GLOBAL slave_parallel_threads=4; | ||
START SLAVE | START SLAVE |
Revision as of 12:57, 19 February 2023
STOP SLAVE; SET GLOBAL slave_parallel_threads=0; SET GLOBAL binlog_format='ROW'; SET GLOBAL slave_parallel_threads=4; START SLAVE
Advertising: