MySQL數據庫語句

登陸數據庫 格式: mysql -h主機地址 -u用戶名 -p用戶密碼  –P端口 –D數據庫  –e 「SQL 內容」 經常使用:mysql -uroot -p 數據庫名稱 alter table test rename test1; --修改表名 mysql查詢表全部字段的屬性和註釋 select * from information_schema.columns where tab
相關文章
相關標籤/搜索