Make MySQL Table Name Case Insensitive

Open terminal and edit /etc/mysql/mysql.conf.d/mysqld.cnf. Underneath the [mysqld] section, add:

lower_case_table_names = 1

Restart MySQL:

sudo service mysql restart

Then check it here:

mysqladmin -u root -p variables