重要!!!MySQL 9.0存在重大BUG!!

7/11日开源数据库软件服务商percona发布重要警告,最新的mysql版本存在重大bug,原文如下

Do Not Upgrade to Any Version of MySQL After 8.0.37

Warning!

Recently, Jean-François Gagné opened a bug on bug.mysql.com #115517; unfortunately, the bug is now private.

However, the bug looks quite serious. We at Percona have performed several tests and opened the issue PS-9306 to investigate the problem.

In short, what happens is that if you create a large number of tables, like 10000, the mysql daemon will crash at restart.

Currently, we have identified that the following versions are affected:

MySQL 8.0.38

MySQL 8.4.1

MySQL 9.0.0

We have not yet identified the root cause or a workaround. As such, we suggest that all users do not adopt any of the MySQL versions mentioned until a fix is released.

If you want to test it yourself, just install one of the mentioned MySQL versions and run a script like the one used in our issue PS-9306.

原文链接:https://www.percona.com/blog/do-not-upgrade-to-any-version-of-mysql-after-8-0-37/#

简而言之

如果表的数量超过10000个,mysql可能会在重启时崩溃,该bug在MySQL 8.0.38

MySQL 8.4.1 MySQL 9.0.0 三个版本被确认。

重要提醒!生产系统请不要升级到以上版本!

相关推荐
代码中の快捷键29 分钟前
MySQL 中的Buffer Pool
数据库·mysql
大兵编码32 分钟前
Postgresql基础命令
数据库·sql·postgresql
L~river1 小时前
SQL刷题快速入门(一)
数据库·sql·oracle·笔试·刷题
花生的酱2 小时前
mycat介绍与操作步骤
android·数据库·sql·mysql
施嘉伟3 小时前
Oracle添加ASM磁盘故障
数据库·oracle·asm
bestsun9993 小时前
oracle数据文件误删-rman恢复
数据库·oracle
鸿永与7 小时前
『SQLite』表达式操作
数据库·sqlite
Bytebase9 小时前
MySQL 如何赶上 PostgreSQL 的势头?
运维·数据库·dba·开发者·数据库管理·devops
acegi1357910 小时前
MySQL - 子查询和相关子查询详解
数据库·mysql
背太阳的牧羊人10 小时前
使用 SQL 和表格数据进行问答和 RAG(7)—将表格数据(CSV 或 Excel 文件)加载到向量数据库(ChromaDB)中
数据库·sql·langchain·excel