数据库常用脚本

创建数据库(设置编码):

create database dbtest CHARACTER SET utf8 COLLATE utf8_general_ci;
posted @ 2020-03-16 13:22  炫金呀  阅读(304)  评论(0)    收藏  举报