MySQL Japanese Support
Today I had to fix a small glitch cause by unmodified file settings of my.ini setup file... Here is the modified settings for MySQL database to support "Shift_JIS" encoding:
[WinMySQLAdmin]Server=C:/mysql/bin/mysqld-nt.exe[mysqld]default-character-set=sjis
[mysql]default-character-set=sjis[mysqldump]default-character-set=sjis
Take note that you can use the winmysqladmin.exe to edit the my.ini file.
Cheers!
(This post is made “AS IS” without warranties, and confers no rights.)