In Linux, MySQL reports the Table 'xxx' doesn' t exist error. How can this problem be solved?

Source: Internet
Author: User

In Linux, MySQL reports the Table 'xxx' doesn' t exist error. How can this problem be solved?

In Linux, MySQL reports the Table 'xxx' doesn' t exist error. How can this problem be solved?

Problem: The program reports the error of Table 'xxx' doesn' t exist, but the database shows that the Table already exists and the letters are not spelled correctly.

Cause: mysql in Linux is case sensitive by default.

Solution: Modify the mysql configuration file in my. add lower_case_table_name = 1 under [mysqld] In cnf (location cannot be wrong) and save and restart mysql. (1 indicates case insensitive and 0 indicates case sensitive.

The my. cnf file does not exist. If it is installed by default, perform the following operations:

[Root @ hqw mysql] # cp/usr/share/mysql/my-huge.cnf/etc/my. cnf

Add configuration information in my. cnf

-------------------------------------- Split line --------------------------------------

Install MySQL in Ubuntu 14.04

MySQL authoritative guide (original book version 2nd) Clear Chinese scan PDF

Ubuntu 14.04 LTS install LNMP Nginx \ PHP5 (PHP-FPM) \ MySQL

Build a MySQL Master/Slave server in Ubuntu 14.04

Build a highly available distributed MySQL cluster using Ubuntu 12.04 LTS

Install MySQL5.6 and Python-MySQLdb in the source code of Ubuntu 12.04

MySQL-5.5.38 universal binary Installation

-------------------------------------- Split line --------------------------------------

This article permanently updates the link address:

Related Article

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.