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

Bug: using a lowercase db name will throw exception of "database does not exist" #126

Open
meshuamam opened this issue Nov 9, 2023 · 0 comments

Comments

@meshuamam
Copy link

If you put a database name that is not all uppercase in config.database, the plugin will fail with "Database does not exist or the user/role doesn't have access to it", since it does a string comparison, against SHOW DATABASES, which returns all uppercase results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant