[Owncloud] UTF8-Problem

Pauleman (DerPaul) Pauleman at derpaul.net
Tue Jul 6 17:26:58 UTC 2010


Hi 2 all,

I found a fix for me: With adding

	DEFAULT CHARSET=latin1 COLLATE=latin1_bin;

to all create table statements it worked. Maybe not the best practice, 
but after I have had some view of the source it might work.

Regards

Jochen

> Hello there,
>
> my provider runs a 5.0.51a version of MySQL database. There is a known
> bug for keys with more than 1000 bytes
> (http://bugs.mysql.com/bug.php?id=4541) . Unfortunately the whole db is
> running on UTF8 and I'm not able to use the creation script as is. I
> have to strip several keys and might trap into problems because of
> missing unique key constraints. Has anybody else made this experience
> and have found a solution to fix this? The affected keys are
>
> path_3 of table locks
> primary key of table properties
>
> Regards
>
> Jochen
> _______________________________________________
> Owncloud mailing list
> Owncloud at kde.org
> https://mail.kde.org/mailman/listinfo/owncloud




More information about the Owncloud mailing list