_mysql_exceptions.OperationalError: (2059, “Authentication plugin ‘caching_sha2_password‘ cannot be
问题描述:在Linux上写了一个Python脚本连接数据库时报错,原因是mysql8之前的版本中加密规则是mysql_native_password,而在mysql8之后,加密规则是caching_sha2_password。解决方式:把mysql用户登录密码加密规则还原成mysql_native_password。解决步骤:1.登陆mysql:mysql-uroot-p,并查看加密方式mysql