mysql 创建函数时出现 Error Code : 1418 错误解决办法
摘要:
1. mysql> SET GLOBAL log_bin_trust_function_creators = 1;2. 修改my.conf文件中 [mysqld] 标记后加一行内容为 log-bin-trust-function-creators=1 阅读全文
posted @ 2008-10-14 18:24 Arlen 阅读(369) 评论(0) 推荐(0) 编辑