/etc/my.cnf 配置文件
在服务器上的/etc/my.cnf中的[client]加入 tee =/tmp/mysql_history.log即可.
查看log设置
show VARIABLES like '%log%';
命令行
mysql -uroot --tee=/tmp/mysql_history.log
mysql> tee mysql_history.log Logging to file 'mysql_history.log ' 或者 mysql> \T mysql_history.log Logging to file 'mysql_history.log '
mysql> notee Outfile disabled. 或者 mysql> \t Outfile disabled.
原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。