Closed GoogleCodeExporter closed 8 years ago
What type of database are you using?
Original comment by joshdrum...@gmail.com
on 9 Jun 2012 at 3:42
Hi Josh, this was on sles11 sp2 with MySQL version 5. I get the same on my
Windows XAMPP install. In both cases I created the webpasswordsafe DB using
phpmyadmin with nothing set as the character set. I changed this to utf8 and
now it's working. Thanks for the help.
Original comment by mrpugs...@gmail.com
on 9 Jun 2012 at 9:04
Hi, looks like that is a setting in the database. MySQL collation by default is
case-insensitive, but you can change it, here's an example:
http://stackoverflow.com/questions/5629111/mysql-case-sensitive-string-compariso
n
Original comment by joshdrum...@gmail.com
on 9 Jun 2012 at 10:36
Original issue reported on code.google.com by
mrpugs...@gmail.com
on 8 Jun 2012 at 9:27