Chinaunix

标题: ERROR 1418 (HY000) 解决 [打印本页]

作者: hb_li_520    时间: 2007-07-25 19:23
标题: ERROR 1418 (HY000) 解决
今天要写一个函数.但没有办法建提示错误如下:
mysql> CREATE FUNCTION hello (s CHAR(20)) RETURNS CHAR(50)
    -> RETURN CONCAT('Hello, ',s,'!');
    -> //
ERROR 1418 (HY000): 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 safe log_bin_trust_function_creators variable)

解决方式:(编缉my.cnf,添加如下)
[mysqld]
log_bin_trust_routine_creators = 1

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/11598/showart_346713.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2