韩在线视频之极品无码,国产美女自拍视频,日韩乱码人妻无码中文,97人妻无码系列人妻在线看,欧美日香蕉视频,人妻在线无码天堂视频网

mysql備份錯誤代碼2049解決方法

一、命令行下備份mysql時報以下錯誤

mysqldump: Got error: 2049: Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth' enabled) when trying to connect

二、解決辦法

mysqldump -h數(shù)據(jù)庫服務(wù)器 -u數(shù)據(jù)庫用戶名 -p --default-character-set=utf8 --secure_auth=off 數(shù)據(jù)庫名 > /data/backup.sql