My mysql server's current server character set is latin1. My server is started on startup via rc.conf setting mysql_enable="YES". How to set my server to use utf8 as the server character set?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
From the manual,
You include the following in
(You could find samples of my.cnf in |
||||
|
I edited /etc/rc.conf and added the mysql_args line below:
This works and I can see the server character set is updated. |
|||
|
|