navicat连接mysql出现2059错误的解决方法最近在学习django的时候需要用到数据库,于是便下载了navicat准备和mysql配套使用,但是在连接的时候确出现了如下问题:网上查询过后,发现这个错误出现的原因是在mysql8之前的版本
MySQL中出现2059错误怎么办alter user root@localhost identified by '123456' password expire never;alter user root@localhost identified with mysql_native_password by '123456