11 2022 档案
摘要:产生的原因是: 同一个ip在短时间内产生太多(超过mysql数据库max_connect_errors的最大值)中断的数据库连接而导致的阻塞 解决方法:使用mysqladmin flush-hosts 命令清理一下hosts文件(1)在查找到的目录下使用命令修改:mysqladmin -u root
阅读全文
摘要:问题1: Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "SQL_Latin1_General_CP1_CI_AS" in the equal to operation. SQL查询出现这样的问题 或者 C
阅读全文