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.
我在 AWS 上使用 RDS。我没有打开自动备份。从昨天开始,我的实例显示状态=失败。我不知道为什么状态发生了变化,哪个是错误。
有什么方法可以恢复数据库(不需要备份)?
我有一个表,其中有一列名为itemCount,我想选择前 n 行,而SUM(itemCount)小于y.
itemCount
SUM(itemCount)
y
+----+-----------+ | id | itemCount | +----+-----------+ | 1 | 5 | | 2 | 10 | |