Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MySQL table names are case-sensitive depending on the filesystem of the server. e.g. insensitive on Windows & Mac HFS+, Case sensitive on Unix. To prevent issues when moving between platforms it is recommended that you set:The SQL used in uPortal may not always be in the same case so the following must be set.

Code Block
titlemy.cnf
borderStylesolid
[mysqld]
lower_case_table_names=1

...