小编0x1*_*van的帖子

mysql bind-address 与 mysqlx-bind-address 设置以允许远程连接

我在 mysql 8.0 配置文件中发现了一个新的设置变量(mysqlx-bind-address)

我应该将其设置为: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
Run Code Online (Sandbox Code Playgroud)

mysql

20
推荐指数
1
解决办法
2万
查看次数

标签 统计

mysql ×1