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学会读心术:MindPower框架带来的震撼与思考

  • u2
  • 3月 16, 2026
  • 31 views

AI并没有简化软件工程:它只是让糟糕的工程更容易实现了

  • u2
  • 3月 14, 2026
  • 44 views

当ChatGPT遭遇QuitGPT!

  • u2
  • 3月 13, 2026
  • 53 views

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

  • u2
  • 3月 11, 2026
  • 59 views

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

  • u2
  • 3月 9, 2026
  • 107 views

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

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