mysqldump 命令導(dǎo)出數(shù)據(jù),解決中文亂碼問題
http://www.rzrgm.cn/LoveBB/p/16941639.html
mysqldump -uroot -ppassword --add-drop-table --default-character-set=utf8 --hex-blob dbname --result-file=F:\backup.sql
http://www.rzrgm.cn/LoveBB/p/16941639.html
mysqldump -uroot -ppassword --add-drop-table --default-character-set=utf8 --hex-blob dbname --result-file=F:\backup.sql