MySQL的基礎分部

  MySQL的基本操做mysql #進入數據庫 mysql -h localhost -uroot -p #展現全部的數據庫 show databases #進入某一個數據庫 use database_name #展現某個數據庫中的全部表 show tables #退出數據庫 exit&&quit #容許用戶遠程登陸 grant all on *.* to 用戶名@'%'identified
相關文章
相關標籤/搜索