99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2019-01-24 閱讀量: 822
如何將數(shù)據(jù)表導出為sql腳本?

為了方便學習測試,如何將數(shù)據(jù)表導出為sql腳本?

答:導出MySQL數(shù)據(jù)表可以使用mysqldump 命令

C:\Users\Administrator>mysqldump -uroot -p1234 test > test.test.sql
mysqldump: [Warning] Using a password on the command line interface can be insecure.

其中參數(shù)主要有如下幾項:


-urroot 表示數(shù)據(jù)庫用戶名為root
-p1234 表示數(shù)據(jù)庫密碼為1234
test 為數(shù)據(jù)庫名

> test.test.sql 為導出數(shù)據(jù)腳本文件名
0.0000
2
關注作者
收藏
評論(0)

發(fā)表評論

暫無數(shù)據(jù)
推薦帖子