摘要: MySQL常用操作 登录 mysql -uroot -p密码 DDL 查询 show databases; # 查询目前有哪几个数据库 show tables; # 查询当前数据库中有哪些表 desc tablename; # 查询某张表的结构 describe table 创建 create DA 阅读全文
posted @ 2023-01-07 16:49 Dre_am_tale 阅读(25) 评论(0) 推荐(0) 编辑