threeicream (@oneicream)mysqlsh使用33060端口登录时提示服务端和客户端版本不一致 中发帖

系统版本:rocky Linux 10 
MySQL版本:8.4.6 LTS
mysqlsh版本:8.4.6 LTS
[image]
使用正常命令登录:mysqlsh clusteradmin@localhost:33060
登录时提示:MySQL Error 2007 (HY000): Protocol mismatch; server version = 11, client version = 10
但是实际上两者版本都是8.4.6LTS,理论上版本是一样的
[image]
使用命令登录: mysqlsh --uri ‘mysqlx://root@localhost:33060’
则可以正常登录
[image]
希望各位大佬能解答!