首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

mysqldump : Error: Binlogging on server not active的解决办法

2013-10-24 
mysqldump : Error: Binlogging on server not active的解决方法vi /etc/my.cnf在【mysqld】 最下方 加入:lo

mysqldump : Error: Binlogging on server not active的解决方法

vi /etc/my.cnf
在【mysqld】 最下方 加入:
log-bin=mysql-bin
重启mysqld生效。

热点排行