Tag Archive: MySQL

InnoDB the “case-sensitive monster”

Hello,

this posting is about InnoDB’s limitation of lower / upper cases and the resulting problems of InnoDB database migrations to different operating systems.

THE TASK:

Import an InnoDB database from Mac OS  MySQL  5.x to Linux MySQL 5.x (in our case Rhel 5 ).

No big deal, I thought.

Made a …

Continue reading »