会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
管理
订阅
2021年3月12日
MySQL数据库简单命令整理
摘要: 1.创建数据库: create database if not exists MyBlog default charset utf8 collate utf8_general_ci; 语句解释: default charset utf8 默认使用utf8编码格式collate 校对规则utf8_ge
阅读全文
posted @ 2021-03-12 17:28 冰糖可乐
阅读(79)
评论(0)
推荐(0)
公告