The rest of the database and the server to change it? I used the wamp don't know how to change this set the restart after the appearance of the picture
SET character_set_database = utf8;SET character_set_server = utf8;
Set up three My.ini in the
[Client] [MySQL] [MYSQLD] These three settings are UTF8.
Reply content:
The rest of the database and the server to change it? I used the wamp don't know how to change this set the restart after the appearance of the picture
SET character_set_database = utf8;SET character_set_server = utf8;
Set up three My.ini in the
[Client] [MySQL] [MYSQLD] These three settings are UTF8.
+--------------------------+-----------------------------------------------------------------+| character_set_client | utf8 || character_set_connection | utf8 || character_set_database | utf8 || character_set_filesystem | binary || character_set_results | utf8 || character_set_server | utf8 || character_set_system | utf8
is the master inserted via Web page or terminal?
And the coding of the table, the key is on the coding of the table.
create table employee( //..............) DEFAULT CHARSET=utf8;
Building a table statement like this, setting the table's encoding to utf-8, may solve the problem.