Additions:
=====changing client character set to utf-8=====
or mysql command
mysql> SET NAMES 'utf8'
=====verify client character set is utf-8=====
or mysql command
mysql> SET NAMES 'utf8'
=====verify client character set is utf-8=====
Deletions:
=====verify=====
Additions:
>>http://dev.mysql.com/doc/refman/5.0/en/charset-applications.html
http://www.bluebox.net/news/2009/07/mysql_encoding
http://yoonkit.blogspot.com/2006/03/mysql-charset-from-latin1-to-utf8.html
>>======MySql Character Set======
http://www.bluebox.net/news/2009/07/mysql_encoding
http://yoonkit.blogspot.com/2006/03/mysql-charset-from-latin1-to-utf8.html
>>======MySql Character Set======
Deletions:
Additions:
or in php code
$mysqli->set_charset("utf8");
$mysqli->set_charset("utf8");