by "Mr. X." <no_spam_please@[EMAIL PROTECTED]
>
Apr 24, 2008 at 11:33 PM
....
O.K.
There is command :
show create database mydb.
results are (columns seperated by ",")
mydb, CREATE DATABASE `cashereg` /*!40100 DEFAULT CHARACTER SET latin1 */
....
Well it is not utf-8 character-set.
How can I change the above setting ?
Thanks :)