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

Warning "Option column_case_sensitive is not provided" during MySQL user setup #535

Open
tisba opened this issue Jan 3, 2024 · 2 comments

Comments

@tisba
Copy link

tisba commented Jan 3, 2024

I'm on 4.3.4 and just saw this warning:

[…]
TASK [geerlingguy.mysql : Ensure MySQL users are present.] ********************************************************************************************************************************************************************
ok: [myhost.example.com] => (item={'name': 'app', 'host': 'localhost', 'password': 'geheim', 'priv': {'app.*': 'ALL'}})
[WARNING]: Option column_case_sensitive is not provided. The default is now false, so the column's name will be uppercased. The default will be changed to true in community.mysql 4.0.0.
[…]

edit: I guess this originates from https://github.com/geerlingguy/ansible-role-mysql/blob/master/tasks/users.yml. Since the default of column_case_sensitive will change, maybe this needs to become configurable?

Copy link

github-actions bot commented May 4, 2024

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions bot added the stale label May 4, 2024
@tisba
Copy link
Author

tisba commented May 6, 2024

This issue is still relevant IMO.

@github-actions github-actions bot removed the stale label May 11, 2024
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