好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

开启关闭mysql函数功能

复制代码 代码如下:

SET GLOBAL log_bin_trust_function_creators=1;

关闭MySQL函数功能:

复制代码 代码如下:

SET GLOBAL log_bin_trust_function_creators=0;

查看状态:

复制代码 代码如下:

show variables like ‘%func%‘;


开启关闭mysql函数功能

标签:

查看更多关于开启关闭mysql函数功能的详细内容...

  阅读:36次