摘要: (1)列出所有的数据库 mysql: show databasespsql: \l(2)切换数据库mysql: use dbnamepsql: \c dbname (3)列出当前数据库下的数据表mysql: show tablespsql: \d (4)列出指定表的所有字段mysql: show c 阅读全文
posted @ 2020-07-18 21:28 TIMLONG 阅读(2074) 评论(0) 推荐(0)