I've found a new setting variable in the mysql 8.0 config file (mysqlx-bind-address)
Should i set it to: 0.0.0.0 with the bind address to allow remote connection?
Example:
# 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
setting bind-adress
is sufficient mysqlx-bind-address
is for the X plugin
if you want to know more about the X plugin
you can go here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With