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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -