MySQL函数不能创建的解决方法

来源:互联网 发布:pc电流测试软件 编辑:程序博客网 时间:2024/06/02 13:11

MySQL函数不能创建的解决方法

MySQL函数不能创建,是未开启功能:

show variables like '%func%';  

set global log_bin_trust_function_creators=1;  

show variables like '%func%';