摘要:
按照mysql8.0以前的方法修改报错 mysql> grant all privileges on *.* to 'root'@'%' identified by 'PASSWD'; ERROR 1064 (42000): You have an error in your SQL syntax; 阅读全文
摘要:
最近将之前用的 mysql5.5 升级到了 mysql8.0,第一天还能正常使用,几天没用后,登录发现报错:The user specified as a definer ('mysql.infoschema'@'localhost') does not exists ,大概意思就是 infosch 阅读全文
摘要:
报错信息:Error getting generated key or setting result to parameter object. Cause: org.apache.ibatis.executor.ExecutorException: Too many keys are generat 阅读全文