2015年(2)
发布时间:2015-02-07 14:30:08
实验环境:系统:CentOS release 6.2 (Final)数据库版本:mysql 5.6.22-log 实验步骤:在主上:1. set sql_log_bin=0;2. use test; CREATE TABLE `export.........【阅读全文】
发布时间:2015-02-04 16:03:09
1.去maridb官网下载插件,上传到mysql服务器,解压2.登录mysql服务器,SHOW VARIABLES LIKE 'plugin_dir';3.把插件cp 到plugindir目录下,安装一下(INSTALL PLUGIN server_audit SONAME 'server_audit.so;)4.vi /etc/my.cnf server_audit_logging server_audit_events=connect,quer.........【阅读全文】