Home >Database >Mysql Tutorial >MySQL设定MAX_BINLOG_SIZE_MySQL

MySQL设定MAX_BINLOG_SIZE_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 13:41:171770browse

bitsCN.com
MySQL设定MAX_BINLOG_SIZE 1.修改/etc/my.cnf 添加max_binlog_size=512m   2.在线修改 SET @set_value = 1073741824; SET @@global.max_binlog_size = @set_value; SELECT @@global.max_binlog_size; bitsCN.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn