Mysql 查看、建立、更改 數據庫和表

查看 先登陸指定用戶下的數據庫 mysql -u 用戶名 -p 查看多少個數據庫 mysql> show databases; 查看指定數據庫下的表 mysql> use mysql; mysql> show tables; 查看指定表中的列 mysql> show columns from table_user; describe auth_user; #describe 表名 是s
相關文章
相關標籤/搜索