第一次安装报错
回帖数
1
阅读数
328
发表时间
2024-08-29 17:46:18
在执行安装数据库的时候,报以下错误:
SQLSTATE[HY000]: General error: 1419 You do not have the SUPER privilege and binary logging is enabled (you
might want to use the less safe log_bin_trust_function_creators variable) ,the sql is: 'CREATE FUNCTION get_monday
(day date) RETURNS date READS SQL DATA begin if date_format(day, '%w') = 0 then return subdate(day, date_format(day, '%w') - 6); else return subdate(day, date_format(day, '%w') -1); end if; END'
运行环境是:
nginx1.18
mysql :5.7.3
php:7.4
提示为禅道使用的数据库用户权限不足,可以使用数据库的 root 用户或者具有 SUPER 权限的账号安装再试下。
2024-08-30 08:56:42 禅道-阿龙 回帖
联系人
张淑钧/高级客户经理
电话(微信)
13156280939
QQ号码
2082428410
联系邮箱
zhangshujun@chandao.com