MySQL Installation - confirming UTF-8 - Joomla! Forum - community, help and support
i installed mysql prior reading jooma installation requirements thoroughly. beleive have have installed standard character (latin1) set rather utf8 character set. users of joomla conversiong in english.
is necessary reinstall sql , change default character set utf8?
regards,
coldpolarbear
is necessary reinstall sql , change default character set utf8?
regards,
coldpolarbear
hello,
i'm not sure happen here... latin1 default according mysql.com .... give test run, see joomla says. since haven't started yet, can't hurt.
note joomla should automatically declare it's using utf8...so there shouldn't problem anyway.
or, can change default character set...
stop mysql on server... in command prompt...
mysqld --character-set-server=utf8
(see: http://dev.mysql.com/doc/refman/5.4/en/ ... k.html?103 )
that should it.
hope helps.
i'm not sure happen here... latin1 default according mysql.com .... give test run, see joomla says. since haven't started yet, can't hurt.
note joomla should automatically declare it's using utf8...so there shouldn't problem anyway.
or, can change default character set...
stop mysql on server... in command prompt...
mysqld --character-set-server=utf8
(see: http://dev.mysql.com/doc/refman/5.4/en/ ... k.html?103 )
that should it.
hope helps.
Comments
Post a Comment