Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

MySQL and lower case table names

Wiki MarkupOn some platforms (namely, Mac OS X) MySQL is configured by default to be case insensitive: in such cases, you might want to edit {{/etc/my.cnf}} file and add the following line into {{\[mysqld\]}}:

Code Block
lower_case_table_names=1

...