Installing Mysql + big5 ( asian codific )

Hello Im ne from freebsd
The system is easy to use and i understaind ..
today ive installed webmin easly^^
So now i need 1 help
How to install mysql and big 5 codification?
anyone tell me a procedure to install it?
thanks anymore^^
 
i forgot: how to bind adreess not only localhost function?
i mean: how to geta remote access in db?
thanks
 
For extra charsets, take a look at the WITH_XCHARSET option. I usually run # make WITH_XCHARSET=all install clean when installing MySQL. This builds all charsets that are available.

To save some typing, I use ports-mgmt/portconf so that the options can be read from /usr/local/etc/ports.conf.
 
There's no need to reboot after an installation or upgrade. Simply do # /usr/local/etc/rc.d/mysql-server restart. This will only work if MySQL is enabled in /etc/rc.conf.
 
Back
Top