我在MySQL8.0配置文件中找到了一个新的设置变量(mysqlx绑定地址)
是否应该将绑定地址设置为: 0.0.0.0以允许远程连接?
示例:
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 0.0.0.0
mysqlx-bind-address = 0.0.0.0发布于 2021-12-25 12:53:37
设置bind-adress是足够的,如果您想了解更多关于X plugin的信息,那么mysqlx-bind-address是用于X plugin的
https://stackoverflow.com/questions/69327268
复制相似问题