MySQL函数不能创建的解决方法
MySQL函数不能创建的解决方法
MySQL函数不能创建,是未开启功能:
show variables like '%func%';
set global log_bin_trust_function_creators=1;
show variables like '%func%';
发布时间: 2012-09-11 10:49:03 作者: rapoo
MySQL函数不能创建的解决方法
MySQL函数不能创建,是未开启功能:
show variables like '%func%';
set global log_bin_trust_function_creators=1;
show variables like '%func%';