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

plugin-dir set incorrectly in my-base.cnf.template #201

Closed
jeredfloyd opened this issue Mar 28, 2023 · 1 comment
Closed

plugin-dir set incorrectly in my-base.cnf.template #201

jeredfloyd opened this issue Mar 28, 2023 · 1 comment

Comments

@jeredfloyd
Copy link

Container scripts generate /etc/my.cnf.d/base.cnf from /usr/share/container-scripts/mysql/pre-init/my-base.cnf.template, which includes:

plugin-dir = ${MYSQL_PREFIX}/lib64/mysql/plugin

However, plugins are installed by the package in /usr/lib64/mariadb/plugin, so plugins cannot be found by MariaDB. I believe this should be changed to:

plugin-dir = ${MYSQL_PREFIX}/lib64/mariadb/plugin

@FaramosCZ
Copy link

Fixed by #235

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

2 participants