Allow Camelcase on xampp

edit file my.ini

add this under [mysqld]

lower_case_table_names = 2

but
lower_case_table_names = 1 should be the default

lower_case_table_names = 2 is for off

wordpress