lower_case_table_names in Mamp Pro Windows
Permalink 1 user found helpfulTable case: Table names are stored in the lowercase: you may have problems if you plan to move this installation to another server (hint: you should set the lower_case_table_names MySQL variable to 2)
I change the C:\Mamp\config\mysql\my.ini and add the line: lower_case_table_names=2
In Mamp Pro this didn't work, but when I use Mamp (not the Pro-version) it works well, so Mamp Pro use maybe another file: I search for this but couldn't find it. Why works this solution with Mamp and not wit Mamp Pro and how could I solve this error in Mamp Pro?
Many thanks,
Peter
After adding the line: lower_case_table_names=2 in this my.ini it works also in Mams Pro
(I am not a Mac user)