2019-02-20
閱讀量:
732
mysql導數(shù)顯示版本錯誤
問題描述:
如圖在mysql倒入數(shù)據(jù)時,遇到如下錯誤:
ERROR 1148 (42000): The used command is not allowed with this MySQL version
解決方法:
在進入mysql時添加 "--local-infile=1",即把“mysql -uroot -p”修改為"mysql -root --local=infile=1 -p"。
參考網(wǎng)址:
http://dev.mysql.com/doc/refman/5.5/en/load-data-local.html






評論(0)


暫無數(shù)據(jù)
推薦帖子
0條評論
0條評論
0條評論
1條評論