Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 MariaDB(如 MySQL)数据库中的存储引擎已由服务器管理员从 MyISAM 引擎更改为 Aria 引擎。之后,在某些表(主 int、varchar 名称、varchar 生产者)中,我无法通过 query 搜索数据SELECT ... FROM ... WHERE ...,尽管表中的数据可用。我试过查询OPTIMIZE TABLE,但结果是一样的。查询后ALTER TABLE ... ORDER BY ...一切正常。一段时间后又崩溃了。会是什么呢?
SELECT ... FROM ... WHERE ...
OPTIMIZE TABLE
ALTER TABLE ... ORDER BY ...