中文字幕国内精品久久人妻,伊人亚洲免费看国产精品,中文字母av无码专区,国产桃色在线成免费视频,久久人与动人物特级毛片,不卡 在线播放 无码

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ù)庫服務器 -u數(shù)據(jù)庫用戶名 -p --default-character-set=utf8 --secure_auth=off 數(shù)據(jù)庫名 > /data/backup.sql