MySQL problem with FreeBSD

Hello guys,

I have one problem with MySQL at FreeBSD...

UCS2 Unicode Charset don't appears at FreeBSD.
When I try to create some database with UCS2, MySQL says: Unknown character set: 'ucs2'

Any ideas?

Thanx!
 
It needs to be compiled in.

Code:
WITH_CHARSET=charset    Define the primary built-in charset (latin1)
WITH_XCHARSET=list      Define other built-in charsets (may be 'all')
 
Back
Top