Do you ever need to transfer databases between servers? Different OSes? Two common ways of data migration: 1. Create mysqldump and load it. 2. File transfer using SCP. Case Sensitivity and Issue: Yes, that can create big issues when you have to deal with systems having different case sensitivity. E.g. on linux you can create […]
The post Escaping “Lesson Learned” dealing with MySQL Databases & Case Sensitiviy first appeared on Change Is Inevitable.