lower_case_table_names Settings in MySQL 8.0.12
问题 I've just compiled the version MySQL 8.0.12 in a Ubuntu 16.0.4. After following the instructions in the website and making the following my.cnf file: [mysqld] datadir=/usr/local/mysql/data socket=/tmp/mysql.sock port=3306 log-error=/usr/local/mysql/data/localhost.localdomain.err user=mysql secure_file_priv=/usr/local/mysql/mysql-files local_infile=OFF log_error = /var/log/mysql/error.log # Remove case sensitive in table names lower_case_table_names=1 I get the following error: 2018-08-11T19