中文亚洲av片不卡在线观看,亚洲色偷偷色噜噜狠狠99,亚洲欧洲日产国码久在线,亚洲精品无码精品mv在线观看,亚洲综合另类小说色区

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