日期:2014-05-16  浏览次数:20770 次

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

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

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

show variables like '%func%';  

set global log_bin_trust_function_creators=1;  

show variables like '%func%';