Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: 5.5.33a
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
Hello,
i've just updated my mysql database from 5.1 to mariadb 5.5.33a on macosx with a case-sensitive filesystem (via macports).
Now, i get foreign-key constraints errors, when truncate a table because the table-names doesn't match any longer.
lower_case_table_names is set to 0 and it is not possible to change it to another value.
Kind regards,
Klaus
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi,
lower_case_table_names is a static variable, which means you need to set it on the server startup (either in the cnf file or on the command line). Did you try that?