ERROR 1146 (42S02): Table ' eip_fileservice.t_document_file ' doesn ' t exist

Source: Internet
Author: User
One: Problem description

Mysql> select * from T_document_file limit 2;
ERROR 1146 (42S02): Table ' eip_fileservice.t_document_file ' doesn ' t exist


Two: The cause of the error

This is because the variable lower_case_table_names = 1 in the configuration file is caused.

The table name was originally capitalized, but was automatically converted to lowercase in the query, so MySQL could not find the table.


III: Solutions

Modify the configuration file to Lower_case_table_names = 0

Restart database in effect


Note: It is not case-sensitive under Windows, that is, the parameter is not valid.

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.