mysqldump : Error: Binlogging on server not active的解决方法
vi /etc/my.cnf
在【mysqld】 最下方 加入:
log-bin=mysql-bin
重启mysqld生效。
发布时间: 2013-10-24 18:27:24 作者: rapoo
mysqldump : Error: Binlogging on server not active的解决方法
vi /etc/my.cnf
在【mysqld】 最下方 加入:
log-bin=mysql-bin
重启mysqld生效。