标签: MySQL
无法提供摘要,因为这是一篇受保护的文章。
银河麒麟系统arm架构下,MySQL8.0小版本的升级
背景由于漏扫,mysql 安全漏洞(CVE-2023-38545)、Oracle MySQL Server 安全漏洞(CVE-2023-0464)、Oracle mysql 敏感信息泄漏漏洞(CVE- ... 阅读全文
MySQL跳过GTID事务的方法
设置参数slave_skip_error使用GTID复制从库跳过错误,不支持设置sql_slave_skip_counter,但是支持设置参数slave_skip_errors,只能在参数文件中设置 ... 阅读全文
Why Are Queries with Many IN Values More Expensive After Upgrading to MySQL 8.x? 为什么升级到MySQL 8.x后,带有大量IN条件的查询变得更昂贵?
原文:https://www.percona.com/blog/why-are-queries-with-many-in-values-more-expensive-after-upgrading-t ... 阅读全文
在Docker中快速使用各个版本的MySQL数据库
官方镜像https://hub.docker.com/_/mysqhttp://hub.daocloud.i5.1、5.5、5.6、5.7+ 、 8.0+ 、 8.4+ 都是LTS(Long Te ... 阅读全文
MySQL版本发布历史
发布历史LTS = Long-Term Support, IR = Innovation ReleasReleasGeneral availabilitLatest minor versioLatest releas ... 阅读全文
小麦苗数据库巡检脚本,支持Oracle、MySQL、SQL Server、PG等21种数据库
一、巡检脚本简介该套数据库巡检脚本多数为纯SQL脚本开发,如下所示目前一共包含33个脚本,若脚本的扩展名为“.sql”则表示该脚本为sql脚本;若脚本的扩展名为“.pl”则表示该脚本为perl脚本; ... 阅读全文
MySQL安装与卸载(持续更新)
MySQL客户端安装-- 安装MySQL客户端rpm -Uvh https://repo.mysql.com//mysql80-community-release-el7.rpyum-config- ... 阅读全文
MySQL数据库密码过期的处理ERROR 1820
现象Your password has expired. To log in you must change it using a client that supports expired passw ... 阅读全文
所有数据库查询表和列的注释SQL汇总(Oracle、MySQL、PostgreSQL、GreenPlum、SQL Server)
Oracl参考:https://www.dbaup.com/oraclezhongduibiaohelietianjiazhushijichaxunzhushi.htm查询表的注释SELECT ... 阅读全文