mysql repair 1030 Got error 134 from storage engine

  • linux
  • 11月 3, 2015
  • 0 评论

[摘要] mysql执行查询语句报错,Innodb引擎,错误提示:(1030) Got error 134 from storage engine. (Has
fixed)修复过程很简单。

mysql执行简单的查询语句提示信息: (1030) Got error 134 from storage engine. 开始以为是硬盘问题,后来检查发现是mysql的表坏了,修复一下即可。

mysql> check table oss_tb_app;
+--------------------------+-------+----------+----------------------------------------------------------+
| Table                    | Op    | Msg_type | Msg_text                                                 |
+--------------------------+-------+----------+----------------------------------------------------------+
| sudops.oss_tb_app | check | warning  | 3 clients are using or haven't closed the table properly |
| sudops.oss_tb_app | check | error    | Unexpected byte: 3 at link: 26828124                     |
| sudops.oss_tb_app | check | error    | Corrupt                                                  |
+--------------------------+-------+----------+----------------------------------------------------------+
3 rows in set (0.29 sec)
mysql> repair table oss_tb_app;
+--------------------------+--------+----------+----------------------------------------------+
| Table                    | Op     | Msg_type | Msg_text                                     |
+--------------------------+--------+----------+----------------------------------------------+
| sudops.oss_tb_app | repair | warning  | Number of rows changed from 285347 to 285346 |
| sudops.oss_tb_app | repair | status   | OK                                           |
+--------------------------+--------+----------+----------------------------------------------+
2 rows in set (0.71 sec)

u2

Related Posts

python cx-Oracle 驱动安装

安装oracle驱动 cx-Oracle驱动二进制版本下载地…

Read more

Nginx 在if语句中限制IP访问

一些web服务,出于安全考虑是不想让其他人访问到,除了添加登录用户认证外,还可以使用Nginx限制IP访问,只允许指定IP的用户访问站点或者接口。

Read more

You Missed

AI安全护栏:保护还是束缚?一场不对称的战争

  • u2
  • 3月 11, 2026
  • 21 views

从”养虾”到AI Agent爆发:2026年技术圈的新范式转移

  • u2
  • 3月 9, 2026
  • 45 views

提示词注入:AI时代最危险的漏洞,正在吞噬你的数据

  • u2
  • 3月 7, 2026
  • 79 views
提示词注入:AI时代最危险的漏洞,正在吞噬你的数据

潘多拉魔盒已打开:开源AI攻击平台正在血洗全球防火墙

  • u2
  • 3月 4, 2026
  • 86 views
潘多拉魔盒已打开:开源AI攻击平台正在血洗全球防火墙

雇佣AI员工,花钱上班:开发者的新”职场”荒诞剧

  • u2
  • 3月 1, 2026
  • 83 views
雇佣AI员工,花钱上班:开发者的新”职场”荒诞剧

OpenClaw 完整使用指南:自托管 AI Agent 的架构与实战

  • u2
  • 2月 25, 2026
  • 206 views
OpenClaw 完整使用指南:自托管 AI Agent 的架构与实战