I have installed mysql community server 8.013 on ubuntu 18.04 and I have the following issue. I want to set lower_case_table_names=1 in order to have case insensitive table
Please go to below location and add the following code
location - cd /etc/mysql/mysql.conf.d/
then sudo vim mysqld.cnf
sudo vim mysqld.cnf
next, add below under the [mysqld]
lower_case_table_names=1