How to solve the mysql error 1033 Incorrect information in file: 'xxx.frm'

How to solve the mysql error 1033 Incorrect information in file: 'xxx.frm'

Problem Description

1. Database of the collection station

2. There is no problem with moving when there is no data, but after collecting data, some menus will report errors when moving.

Solution process

0. Various searches on Baidu and Google, but to no avail.

1. The original site database version is 5.0, and the new site database version is 4.2. I guess the versions are wrong, so I reinstalled the environment. invalid.

2. The backup provided by the customer is the source data under mysql/data, because Ye Yu did not do so when backing up. Only sql has been exported. I initially thought that the backup file was damaged, so I used SQL to import it again, but still got an error.

3. I continue to think that the database is damaged, and try to check and repair, but the result is still erro.

4. Turning to the coding problem, the result is the same.

5. Try to re-import sql, notice the error when importing, check the sql source file, and find that many statements have problems

6. Since exporting out and importing in doesn’t work, why not import directly? So, it was solved.

Workaround

Remote direct access to the database.

Tools Navicat

1. Select a database, right-click --- Data Transfer

2. Select the corresponding source and target and click Start

Summarize

The above is the full content of this article. I hope that the content of this article can bring some help to your study or work. If you have any questions, you can leave a message to communicate. Thank you for your support of 123WORDPRESS.COM.

You may also be interested in:
  • A brief discussion on the problem of forgotten mysql password and login error
  • Summary of online MYSQL synchronization error troubleshooting methods (must read)
  • A quick solution to the error #1929 Incorrect datetime value: '''''''' for column ''''createtime'''' when using MySQL 5.x or above
  • Windows cannot start MySQL service and reports error 1067 solution
  • Solution to MySQL 5.7 group by new feature error 1055
  • ERROR 1045 (28000): Access denied for user ''''root''''@''''localhost''' (using password: YES) Practical solution

<<:  Mini Program implements list countdown function

>>:  Historical Linux image processing and repair solutions

Recommend

Detailed explanation of virtual DOM in Vue source code analysis

Why do we need virtual dom? Virtual DOM is design...

How to install ROS Noetic in Ubuntu 20.04

Disclaimer: Since the project requires the use of...

Vue defines private filters and basic usage

The methods and concepts of private filters and g...

JavaScript to achieve stair rolling special effects (jQuery implementation)

I believe everyone has used JD. There is a very c...

js, css, html determine the various versions of the browser

Use regular expressions to determine the IE browse...

Summary of common functions of PostgreSQL regular expressions

Summary of common functions of PostgreSQL regular...

CSS pseudo-element::marker detailed explanation

This article will introduce an interesting pseudo...

Detailed explanation of the execution order of JavaScript Alert function

Table of contents question analyze solve Replace ...

How to configure Nginx's anti-hotlinking

Experimental environment • A minimally installed ...

Detailed tutorial on installing Docker on CentOS 8

1. Previous versions yum remove docker docker-cli...

Using JS to implement a rotating Christmas tree in HTML

<!DOCTYPE HEML PUBLIC> <html> <hea...

CSS sets Overflow to hide the scroll bar while allowing scrolling

CSS sets Overflow to hide the scroll bar while al...

Mac node deletion and reinstallation case study

Mac node delete and reinstall delete node -v sudo...

Summarize several common ranking problems in MySQL

Preface: In some application scenarios, we often ...