为了能快速了解并处理您的问题,请提供以下基础信息:
问题描述:这段时间mysql老是占用资源。所以干脆就把5.7升级到8.0了,但是有个报错,我不敢轻易尝试修改
相关截图(日志、错误):2024-01-04T01:40:31.693037Z 28111 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' 意思大概就是 mysql_native_password 以后淘汰,现在要用caching_sha2_password 我之前的站数据库备份文件都是在5.7下使用并备份的,plugin,都是mysql_native_password,现在报错这个问题,就是希望改了。那么假如使用命令把mysql_native_password改成caching_sha2_password,后期新建的数据库先不考虑,那么旧版本的数据库,还能正常使用吗?是直接进去改plugin,还是通过命令改。会员密码会变吗?
|
|