Re: continuum and mysql

2009-03-20 Thread Alexander Vaysberg
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 col

continuum and mysql

2009-03-17 Thread alexander.elsholz
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-