mysql 常用指令

Posted alex.shu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql 常用指令相关的知识,希望对你有一定的参考价值。

 

修改表的字符集

 

88down voteaccepted

If you want to change the table default character set and all character columns to a new character set, use a statement like this:

ALTER TABLE tbl_name CONVERT TO CHARACTER SET charset_name;

So query will be:

ALTER TABLE etape_prospection CONVERT TO CHARACTER SET utf8;

以上是关于mysql 常用指令的主要内容,如果未能解决你的问题,请参考以下文章

mysql常用指令

mysql常用指令

程序员常用指令

MySQL常用指令

MySQL常用指令

MySQL 常用指令小结