97超碰人人看超碰人人,在线理论视频无码,国产美女丝袜高潮白浆精品视频,久久博采国产精品,久久久久久久国产精品,午夜福利国产片3

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