Mysql table names ignore case

This problem exists in the linux environment, edit /etc/my.cnf and add the following configuration

lower_case_table_names=1 

 

When 0 is case-sensitive, when it is 1, the table name will be converted to lowercase and executed

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326679875&siteId=291194637