mysql建立utf-8字符集數據庫

CREATE DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

修改字符集:bash

ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
相關文章
相關標籤/搜索