关于mysql 的一些零碎.

/*

又在做自己以前做的事。总是拿以前的眼光来看现在,导致了其实自己已经很low,但是还觉得自己很xxx.

好吧,最近开始PHP审计。jishigou!!!!!!

*/

查看日志情况.

show variables like 'log_%'; 开启
set global log_bin_trust_function_creators=1; //开启

windows: my.ini

[mysql]
log = file.log
log_bin_trust_function_creators=1

  

  

上一篇:arguments.callee 调用自身 caller,callee,apply and call


下一篇:《深入理解 java虚拟机》学习笔记