Avatar of CMDAI
CMDAI

asked on 

How to change lower_case_table_names to 1

I found solution for my case sensitivity problem:
i need to set
lower_case_table_names=1
so MYSQL on my remote server(linux) is not case senisitive.

But how to actually change this value?
MySQL Server

Avatar of undefined
Last Comment
CMDAI

8/22/2022 - Mon