https://bugs.kde.org/show_bug.cgi?id=364131
--- Comment #16 from swatilodh...@gmail.com --- (In reply to Maik Qualmann from comment #15) > Swati, > I think we need case-sensitivity in almost all text fields. I have tested it > once for Albums.relativePath. It does the problem here on, if the path is > different only in case-sensitivity. Is there a global statement for the DB? I think in mysql-global.conf file, you could change "collation_server=utf8_general_ci" to "collation-server=utf8_bin" Or in etc/mysql/my.cnf file, under [mysqld] section, you need to change the collation, since MySQL is case insensitive by default. -- You are receiving this mail because: You are watching all bug changes.