简介MySQL 的 Connection-Control Plugins 是一组插件,用于增强数据库的安全性,主要通过控制客户端连接行为来防止恶意访问或减轻潜在的 DDoS 攻击。包括CONNECTI ... 阅读全文
发布历史LTS = Long-Term Support, IR = Innovation ReleasReleasGeneral availabilitLatest minor versioLatest releas ... 阅读全文
官方镜像https://hub.docker.com/_/mysq5.1、5.5、5.6、5.7+ 、 8.0+ 、 8.4+ 都是LTS(Long Term Support,长期支持版本# re ... 阅读全文
OS配置大页参考:https://www.dbaup.com/mysqlshujukupeizhidaye.htm安装参数配置修改max_connections、innodb_buffer_pool ... 阅读全文
背景由于漏扫,mysql 安全漏洞(CVE-2023-38545)、Oracle MySQL Server 安全漏洞(CVE-2023-0464)、Oracle mysql 敏感信息泄漏漏洞(CVE- ... 阅读全文
设置参数slave_skip_error使用GTID复制从库跳过错误,不支持设置sql_slave_skip_counter,但是支持设置参数slave_skip_errors,只能在参数文件中设置 ... 阅读全文
原文:https://www.percona.com/blog/why-are-queries-with-many-in-values-more-expensive-after-upgrading-t ... 阅读全文
MySQL客户端安装-- 安装MySQL客户端rpm -Uvh https://repo.mysql.com//mysql80-community-release-el7.rpyum-config- ... 阅读全文
现象Your password has expired. To log in you must change it using a client that supports expired passw ... 阅读全文
现象ERROR 1040 (HY000): Too many connections 该错误表示mysql连接数超过最大连接数解决show variables like '%max_conn ... 阅读全文