database - MySql enable uppercase table names -


i know there more questions aswered related topic none of them helped me solve problem. tables in database converted lowercase need import table has uppercase letters.

i have tried add lower_case_table_names=2 in my.ini , didn't work out. tried lower_case_table_names=0, 1 didn't work me well.

notes: - yes, restarted mysql after making changes). - running windows 10 operating system.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -