Difference between revisions of "Binlog format"

From wikieduonline
Jump to navigation Jump to search
(Created page with " MariaDB binary log")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{{lc}}
  
 +
* https://mariadb.com/kb/en/replication-and-binary-log-system-variables/#binlog_format
  
 +
[[SET GLOBAL]] binlog_format='[[MIXED]]';
 +
binlog_format=MIXED
  
[[MariaDB binary log]]
+
[[mysql -e "SHOW VARIABLES"]] | grep -w binlog_format
 +
binlog_format MIXED
 +
 
 +
 
 +
  [[show variables like]] 'binlog_format';
 +
 
 +
* [[MariaDB Binary Log Formats]]
 +
* [[MariaDB binary log]]
 +
 
 +
 
 +
== See also ==
 +
* {{MariaDB binary log}}
 +
* {{MariaDB logs}}

Latest revision as of 09:35, 18 December 2024

Advertising: