错误提示“[i][color=#ff0000]Connetion Failed with Error: Authenticationplugin ‘caching_sha2_password’ cannot be loaded:[/color][/i]”
解决思路:更新用户密码规则:
[align=left][color=black][font="][size=9.0pt]ALTER USER [/size][/font][/color][color=#7F0000][font="][size=9.0pt]'bobcsn'[/size][/font][/color][color=black][font="][size=9.0pt]@[/size][/font][/color][color=#7F0000][font="][size=9.0pt]'localhost'[/size][/font][/color][color=black][font="][size=9.0pt] IDENTIFIED WITH mysql_native_password BY [/size][/font][/color][color=#7F0000][font="][size=9.0pt]'repalce by real [/size][/font][/color][b][color=red][font="][size=9.0pt]password[/size][/font][/color][/b][color=#7F0000][font="][size=9.0pt]'[/size][/font][/color][color=black][font="][size=9.0pt];[/size][/font][/color][/align]