mysql create the database and set the character set encoding

create database `mydb` character set utf8 collate utf8_general_ci;

Guess you like

Origin www.cnblogs.com/mediocreWorld/p/11094795.html