Home > Database > Mysql Tutorial > MySQL设定MAX_BINLOG_SIZE_MySQL

MySQL设定MAX_BINLOG_SIZE_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:41:17
Original
1744 people have browsed it

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

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template