在导入存储过程时报错

this function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its de


解决办法就是运行语句

set global log_bin_trust_function_creators=TRUE;

首页 我的博客
粤ICP备17103704号