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

Mysqld conf does not allow remote connections even when using bind_address=0.0.0.0 #31154

Open
eranbetzalel opened this issue Dec 24, 2024 · 1 comment
Assignees
Labels
mysql tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@eranbetzalel
Copy link

eranbetzalel commented Dec 24, 2024

Name and Version

bitnami/mysql v12.2.0

What architecture are you using?

amd64

What steps will reproduce the bug?

Just wasted 2 days to eventually figure out someone had the idea to hard code it inside the startup script.

I've eventually solved it with this definition.

primary:
  extraFlags: "--bind-address=0.0.0.0"

image

What is the expected behavior?

I expected it to use the configuration values.

What do you see instead?

I tried to define the bind_address in the configuration section, but it ignored it due to hard-coded script.

@eranbetzalel eranbetzalel added the tech-issues The user has a technical issue about an application label Dec 24, 2024
@github-actions github-actions bot added the triage Triage is needed label Dec 24, 2024
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mysql tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

3 participants