会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
在代码的道路上倔强
博客园
首页
新随笔
联系
订阅
管理
2020年9月28日
数据库MYSQL
摘要: MySQL数据库命令大全 --数据库操作前的准备-- 创建数据库-- create database python_test_1 charset=utf8; -- 使用数据库-- use python_test_1; -- students表-- create table students(-- i
阅读全文
posted @ 2020-09-28 10:44 在代码的道路上倔强
阅读(90)
评论(0)
推荐(0)
公告