解决方法:
执行这条sql就可以了:
set global log_bin_trust_function_creators=1;
运行结果:
函数创建成功了
mysql创建function 报错误1418 - This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in
阅读 146
2022-09-05
解决方法:
执行这条sql就可以了:
set global log_bin_trust_function_creators=1;
运行结果:
函数创建成功了
相关推荐
精彩评论(0)