S shaperbr Sep 15, 2010 #1 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!
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!
SirDice Administrator Staff member Administrator Moderator Sep 15, 2010 #2 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')
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')
OP S shaperbr Sep 15, 2010 Thread Starter #3 I've tried WITH_XCHARSET=all, but not WITH_CHARSET=ucs2... Let me try again