当前位置:Gxlcms > 数据库问题 > mysql 常用指令

mysql 常用指令

时间:2021-07-01 10:21:17 帮助过:27人阅读

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 常用指令

标签:name   class   this   bsp   useful   har   set   accept   change   

人气教程排行