You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Modifying your MySQL databases to be UTF-8 compliant MySQL / General Guides
Most of us have had problems with UTF-8 problems in PHP and MySQL. Here is how to modify your database and table to be UTF-8 compliant. Most of the time we do set the character set to utf8 but forget to set the collation set to utf8.