MYSQL ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol ref used (client option 'secure_auth' enabled)

前端 未结 8 1123
执念已碎
执念已碎 2020-12-29 13:07

when I tried to restore all database dump which is in 5.0 version to 5.6 version, it got restored and after that when I tried to reconnect, am getting the following error

8条回答
  •  一整个雨季
    2020-12-29 13:53

    Use this workaround for MySQLWorkBench 6.0 at the Manage Server Connections Dialog Box:

    Add useLegacyAuth=1 in the Advanced options box in the connection settings dialog.

提交回复
热议问题