Difference between revisions of "Binlog format"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[mysql -e "SHOW VARIABLES"]] | grep -w binlog_format | [[mysql -e "SHOW VARIABLES"]] | grep -w binlog_format | ||
binlog_format MIXED | binlog_format MIXED | ||
+ | |||
+ | |||
+ | [[show variables like]] 'binlog_format'; | ||
* [[MariaDB Binary Log Formats]] | * [[MariaDB Binary Log Formats]] |
Revision as of 09:34, 18 December 2024
SET GLOBAL binlog_format='MIXED'; binlog_format=MIXED
mysql -e "SHOW VARIABLES" | grep -w binlog_format binlog_format MIXED
show variables like 'binlog_format';
See also
Advertising: