The table names of Bitnami db is only allowing lowercase

Permalink
Congratulations on releasing Bitnami stack of concrete5

http://bitnami.org/stack/concrete5...

However, a Japanese user told me that Bitnami install set the table name in lowercase.
It will be trouble when moving to another server where capital letter is allowed to use.

I haven't had time to check by myself. But I just wanted to pass a word from a Japanese user who has tested Bitnami.

katz515
 
Mainio replied on at Permalink Reply
Mainio
I've written an add-on to help you out in these situations:
https://github.com/ahukkanen/c5_db_case_sensitivity...

However, in the bitnami stack, this mysql option should probably be set to avoid this situation:
lower_case_table_names=0


That overrides the default windows option because of which the tables are created in lower case.

Best,
Antti / Mainio