lower_case_table_names=1 on Ubuntu 18.04 doesn't let mysql to start

后端 未结 5 763
抹茶落季
抹茶落季 2020-12-31 23:24

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

5条回答
  •  盖世英雄少女心
    2020-12-31 23:59

    Please go to below location and add the following code

    location - cd /etc/mysql/mysql.conf.d/

    then sudo vim mysqld.cnf

    next, add below under the [mysqld]

    lower_case_table_names=1
    

提交回复
热议问题