昨天遇到问题,几个表都一样的情况:

mysql> desc domains;

ERROR 1033 (HY000): Incorrect information in file: './xxx/xxx.frm'

mysql>

然后看一下状态:

mysql> show engines;

+------------+----------+----------------------------------------------------------------+

| Engine     | Support  | Comment                                                        |

+------------+----------+----------------------------------------------------------------+

| MyISAM     | DEFAULT  | Default engine as of MySQL 3.23 with great performance         |

| MEMORY     | YES      | Hash based, stored in memory, useful for temporary tables      |

| InnoDB     | DISABLED | Supports transactions, row-level locking, and foreign keys     |

再看一下log信息,发现有错误提示:

140518 11:11:11  mysqld started

InnoDB: Unable to lock ./ib_logfile1, error: 11

InnoDB: Check that you do not already have another mysqld process

InnoDB: using the same InnoDB data or log files.

InnoDB: Error in opening ./ib_logfile1

于是网上找一下。解决很简单:

stop mysql

mv ib_logfile1 ib_logfile1.bak

cp -a ib_logfile1.bak ib_logfile1

start mysql

检查,一切正常。

参考URL如下:



mysql 1033_MySQL ERROR 1033 (HY000): Incorrect information in file. 处理一例相关推荐

  1. mysql 1033 frm_MySQL ERROR 1033 (HY000): Incorrect information in file. 处理一例

    昨天遇到问题,几个表都一样的情况: mysql> desc domains; ERROR 1033 (HY000): Incorrect information in file: './xxx/ ...

  2. MySQL错误ERROR 1366 (HY000): Incorrect string value..

    结果: 1.关闭MySQL 2.command+空格键 打开Spotlight搜索,输入/etc打开文件夹,将下面的粘贴好的my.cnf文件粘贴进去就行了,然后重启MySQL 3.新建一个my.cnf ...

  3. mysql:ERROR 1366 (HY000): Incorrect string value: ‘\x80\xE6\x96\xB0‘ for column ‘name‘ at row 1

    1.打开命令提示符窗口(win+r),查看cmd窗口格式 2.输入chcp 65001修改cmd窗口编码格式为utf-8 3.成功解决 4.如果还是不行输入: alter table student ...

  4. 【MySQL】【数据库编码问题】ERROR 1366 (HY000): Incorrect string value: '\xC0\xEE\xC7\xBF' for column

    [MySQL]ERROR 1366 (HY000): Incorrect string value: '\xC0\xEE\xC7\xBF' for column 'SNAME' at row 1 今天 ...

  5. mysql 1033_mysql报错1033 Incorrect information in file: ''''xxx.frm''''问题的解决方法(图)...

    这篇文章主要介绍了关于mysql报错1033 Incorrect information in file: 'xxx.frm'问题的解决方法,文中通过示例代码介绍的很详细,需要的朋友可以参考借鉴,下面 ...

  6. Linux MySQl 5.7.17 MySQL ERROR 1366(HY000):Incorrect string value 解决方法

    MySQL ERROR 1366(HY000):Incorrect string value,在往数据库中插入中文的时候会出现. 这也就是编码问题,网上大部分都是说设置下配置文件中的设置,而可悲的是在 ...

  7. ERROR 1366 (HY000): Incorrect string value......(Mysql报错解决)

    2019.11.29更新:发现了新的解决方法 错误描述 在控制台执行插入操作的时候,Mysql报错ERROR 1366 (HY000): Incorrect string value--插入操作失败, ...

  8. linux mysql 1366_Linux MySQl 5.7.17 MySQL ERROR 1366(HY000):Incorrect string value 解决方法

    MySQL ERROR 1366(HY000):Incorrect string value,在往数据库中插入中文的时候会出现. 这也就是编码问题,网上大部分都是说设置下配置文件中的设置,而可悲的是在 ...

  9. mysql 1033 frm_修复mysqldump Incorrect information in file frm (1033)

    正 文: 飘易手里有一位客户的老版本的MYSQL数据库,近期反应无法完整备份,使用的命令行是: "D:\MySQL\MySQL Server 5.1\bin\mysqldump" ...

最新文章

  1. 法拉利虚拟学院2010 服务器,法拉利虚拟学院2010
  2. 测试时用存储过程来修改测试数据
  3. [转] Spring Boot特性
  4. 园林系统优秀党员推荐材料_昆山合纵生态科技有限公司——园林废弃物循环利用“昆山合纵模式”的探索和实践者...
  5. C++用库 jsoncpp 解析 JSON
  6. fms安装教程 linux_FMS安装
  7. 韩顺平循序渐进学java 第12讲 多态
  8. matlab短均线滞后项,均线理论的滞后性问题
  9. 2数据库表增加一个字段_14个实用的数据库设计技巧!
  10. Springboot初次学习
  11. MySQL入门 (二) : SELECT 基础查询
  12. nginx php exec,PHP Web 端如何操作 Nginx 配置
  13. group by with cube
  14. linux怎么修改内存缓存,Linux内存、缓存、Swap等修改
  15. 从 0 到 1000+ 台服务器监控的构建之路
  16. decodeURI decodeURIComponent
  17. MATLAB与STK互联18:卫星对象操作(9)—地面站可见性计算并获取数据2(补充上篇博文,有些问题需要澄清)
  18. matlab中时域逐步积分方法,newmark积分法
  19. TypeScript基本语法(W3C)
  20. 爆火的红光光浴真不是智商税,科普一下#大健康#红光光浴#红光#种光光学

热门文章

  1. 2022-04-13 Ambient Light Proximity Sensor 光感和距离传感器 STK3311X调试记录 RK3566 Android11平台
  2. qt html字体变红,QLineEdit、QLabel字体大小、颜色设置
  3. Java数组初始化, 冒泡排序, 查找
  4. linux 睡眠到硬盘,Linux 休眠原理与实现
  5. Gitea服务搭建指南
  6. 怎么样用阿里云RDS数据库
  7. 悠闲时光增强现实之游戏王(Yu-Gi-Oh)
  8. 〖Python零基础入门篇㉟〗- 私有函数、私有变量及封装
  9. 2018技能高考计算机试题答案,计算机技能高考模拟试题一.doc
  10. 潜力巨大的柔性传感器为什么这么难发展?142位学者联手,发表这篇重磅论文!...