I use Mysql5.6, Mysqldb_1.2.4, python_2.7.3 with win7 system. As the title says, I've modified Mysql's configure file my.ini by changing charset.
After restarting mysql service, I use Mysql commandline:
When I create a database in mysql workbench, i use this collation--utf8mb4_unicode_ci:
However, I get this:
I really really wanna know how to create a utf8mb4 database, because I need the fix emoj characters inserted into database problem, which I think can be solved if I can create a utf8mb4 database.