Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql_bind_address does not override all conf files #520

Closed
Axelfoley85 opened this issue Mar 24, 2023 · 0 comments
Closed

mysql_bind_address does not override all conf files #520

Axelfoley85 opened this issue Mar 24, 2023 · 0 comments

Comments

@Axelfoley85
Copy link

After running this role with mostly default parameters, remote access was still blocked. After commenting both lines manually in /etc/mysql/mysql.conf.d/mysqld.cnf I was finally able to access from remote to my database.

root@db01 ~# grep -r "bind" /etc/mysql/
/etc/mysql/my.cnf:bind-address = 0.0.0.0
/etc/mysql/mysql.conf.d/mysqld.cnf:bind-address         = 127.0.0.1
/etc/mysql/mysql.conf.d/mysqld.cnf:mysqlx-bind-address  = 127.0.0.1
@Axelfoley85 Axelfoley85 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant