You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by "alexander.elsholz" <al...@widas.de> on 2009/03/17 15:30:39 UTC

continuum and mysql

hi,

when i configure my continuum with mysql i get this bug:

http://jira.codehaus.org/browse/CONTINUUM-1113
mysql: 4.1.22

last stable release of continuum with the described fix.

but it doesn't work.

thanks alex
-- 
View this message in context: http://www.nabble.com/continuum-and-mysql-tp22560177p22560177.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: continuum and mysql

Posted by Alexander Vaysberg <wo...@vaisberg.de>.
Hi,
the solution for problem is simple the added the character set to create 
of the db. If you using the germany language, than the create is same ask:

create database continuum default character set latin1 collate 
latin1_germani1_ci;
create database maven_user default charecter set latin1 collate 
latin1_germani1_ci;

The other collation can you get from Mysql site.

Alexander Vaysberg

tetralog system ag.

alexander.elsholz schrieb:
> hi,
>
> when i configure my continuum with mysql i get this bug:
>
> http://jira.codehaus.org/browse/CONTINUUM-1113
> mysql: 4.1.22
>
> last stable release of continuum with the described fix.
>
> but it doesn't work.
>
> thanks alex
>