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

Implementing a simple timer in JavaScript

This article example shares the specific code of ...

CSS3 implements the sample code of NES game console

Achieve resultsImplementation Code html <input...

How to create a MySQL master-slave database using Docker on MacOS

1. Pull the MySQL image Get the latest MySQL imag...

jQuery implements the bouncing ball game

This article shares the specific code of jQuery t...

Basic usage of @Font-face and how to make it compatible with all browsers

@Font-face basic introduction: @font-face is a CSS...

jQuery implements all shopping cart functions

Table of contents 1. Select All 2. Increase or de...

Detailed introduction to CSS priority knowledge

Before talking about CSS priority, we need to und...

What does the "a" in rgba mean? CSS RGBA Color Guide

RGBA is a CSS color that can set color value and ...

How to build a new image based on an existing image in Docker

Building new images from existing images is done ...

MySQL 1130 exception, unable to log in remotely solution

Table of contents question: 1. Enable remote logi...

Parsing Apache Avro Data in One Article

Abstract: This article will demonstrate how to se...

The leftmost matching principle of MySQL database index

Table of contents 1. Joint index description 2. C...