MySQL cannot execute select query

Source: Internet
Author: User

Scenario: MySQL cannot perform a select command query, and for existing databases, there are other databases such as Nova, Keystone, cinder, and so on, in addition to MySQL and INFORMATION_SCHEMA databases.

The following error is reported in the log:

Execute at this time:

>CREATE database db; >create table person (IDint., name varchar)> Usedb; >Select * from person ; >drop database db;

is not a problem.

View official website: http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting-datadict.html

The explanation is that this is due to the asymmetry of the InnoDB table with the. frm file information for each database. Go to Database view

>use Information_schema;

It can be found that the table does not have the corresponding information, so the error.

The problem has been found.

MySQL cannot execute select query

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.