更改数据库binlog_format格式

1600阅读 0评论2013-04-15 zhengsenlin888
分类:Mysql/postgreSQL

SET SESSION binlog_format = 'ROW';
SET GLOBAL binlog_format = 'ROW';
flush privileges;
flush logs;
flush privileges;
上一篇:gentoo 安装tcl thread
下一篇:emerge grub出现问题