http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13577

Dobrica Pavlinusic <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from Dobrica Pavlinusic <[email protected]> ---
We have a minor problem with databases created with 

When trying to access it with mysql client from command line, I get following
error in where:

Illegal mix of collations (utf8_unicode_ci,IMPLICIT) and
(utf8_general_ci,IMPLICIT) for operation '='

However, fix is simple:

mysql> alter database koha collate = 'utf8_unicode_ci' ;

I'm wondering if we should alter database collate also to avoid problems like
this.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to