10 2019 档案

摘要:今天下午我遇到了MySQL数据库的1418报错,经过一下午的探讨和钻研,发现是数据库版本不匹配,用了以下这两段代码解决了问题! show variables like '%func%'; set global log_bin_trust_function_creators=1; 阅读全文
posted @ 2019-10-25 08:36 川道 阅读(88) 评论(0) 推荐(0) 编辑