mysql xplugin mysqlx
https://dev.mysql.com/doc/refman/8.0/en/x-plugin-options-system-variables.html
By default, for its X plugin features, MySQL listens on port 33060, bound to all IP addresses.
See manual section on X plugin options and system variables (indicating default values for "mysqlx_port" and "mysqlx_bind_address"),
and X plugin option and variable reference. For its traditional features, MySQL still uses port 3306 by default.
cat /etc/my.cnf
#禁用
mysqlx=0
#改端口
mysqlx_port=33061
#设置连接权限
mysqlx_bind_address=172.0.0.1