会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ba11ooner
博客园
首页
新随笔
联系
订阅
管理
2023年11月7日
MySQL 实验
摘要: 登入 mysql -uroot -hlocalhost -p123456 建库 create database mysql_test; use mysql_test; 基础 建表 create table if not exists student_info( id int primary key
阅读全文
posted @ 2023-11-07 17:30 Ba11ooner
阅读(40)
评论(0)
推荐(0)
公告