Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):sql-log-bin
Posted 数据库探索
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):sql-log-bin相关的知识,希望对你有一定的参考价值。
Changes in mysql 5.6.22 (2014-12-01, General Availability)
-
Replication: The global scope for the
sql_log_bin
system variable has been deprecated, and this variable can now be set with session scope only. The statementSET GLOBAL SQL_LOG_BIN
now produces an error. It remains possible to read the global value ofsql_log_bin
, but doing so produces a warning. You should act now to remove from your applications any dependencies on reading this value; the global scopesql_log_bin
is removed in MySQL 8.0. (Bug #67433, Bug #15868071)
-
Replication: The variable
binlogging_impossible_mode
now has an alias namedbinlog_error_action
, which is the preferred name.binlogging_impossible_mode
is now deprecated. (Bug #19507567)
以上是关于Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):sql-log-bin的主要内容,如果未能解决你的问题,请参考以下文章
Mysql:Changes in MySQL 5.6.34 (2016-10-12, General Availability):secure-file-priv
Mysql:Changes in MySQL 5.6.22 (2014-12-01, General Availability):sql-log-bin
Mysql:Changes in MySQL 5.7.13 (2016-06-02, General Availability):maximum length of MySQL user names
Mysql:Changes in MySQL 5.7.5 (2014-09-25, Milestone 15):innodb_buffer_pool_size parameter is dynami(
Mysql:Changes in MySQL 5.7.7 (2015-04-08, Release Candidate):The innodb_file_format default value wa