虽然很多朋友是在创建mysql函数时提示ERROR 1418错误,但我今天是在导入sql时也提示了ERROR 1418,这个是因为导入的sql中就有创建函数的一些语句了,其实与创建没什么区别.
在将sql导入到mysql时候出现以下错误:
ERROR 1418 (HY000) at line 8752: This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less ...