MySQL Forums
Forum List  »  InnoDB

Re: Case Sensitive file names on MacOS in innodb db
Posted by: Peter Brawley
Date: August 29, 2017 10:35AM

Was it a MacBook OS upgrade, and if so did the upgrade switch the system from HFS+ to UFS, or was it a MySQL upgrade, and if so did you do it with data in place or did you run mysqldump backup & restore?

As you've discovered, mixed-case identifiers are most always a terrible idea for MySQL, It appears you're now looking at a painful fix, see the list of steps at https://dev.mysql.com/doc/refman/5.6/en/identifier-case-sensitivity.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Case Sensitive file names on MacOS in innodb db
478
August 29, 2017 10:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.