Difference between revisions of "MariaDB SET"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | * https://mariadb.com/kb/en/set/ | ||
[[SET]] [[sql_log_bin]] = 0; | [[SET]] [[sql_log_bin]] = 0; |
Revision as of 07:25, 18 December 2024
SET sql_log_bin = 0;
STOP SLAVE; SET GLOBAL slave_parallel_threads=0; SET GLOBAL binlog_format='ROW'; SET GLOBAL slave_parallel_threads=4; START SLAVE
Related
See also
- MariaDB:
mariadbcheck
,mariabackup
,mysqldump
, MyRocks,show (MariaDB)
MariaDB Changelog,50-server.cnf
, MariaDB engines, .ibd, .myd, .myi,/var/log/mysql/error.log, /var/log/mysql/mariadb-slow.log
, MariaDB files:.frm
,.ibd
,/etc/mysql/mariadb.conf.d/50-server.cnf
, replication, MariaDB slow queries,show databases;
, Aria, MyISAM, MariaDB SkySQL, binary log, 3306,/etc/mysql/
Advertising: