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

Replace all instances of mysql clients with mariadb clients, fix build #222

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

KarlLevik
Copy link
Member

@KarlLevik KarlLevik commented Jan 25, 2024

So far, the repo code has been using the mysql and mysqldump commands, even though the project explicitly for MariaDB, and no longer aims to support MySQL.

For newer versions of MariaDB, this now gives deprecation messages, which is annoying.

It's time to switch to use the mariadb and mariadb-dump commands, and update the relevant documentation, which is what this PR is doing.

(The PR also fixes the build which is currently broken: This PR changes the order of the mariadb commands in the build.sh script so that grants are executed last.)

@KarlLevik KarlLevik merged commit f72bbff into master Jan 25, 2024
3 checks passed
@KarlLevik KarlLevik deleted the mariadb_clients branch January 25, 2024 16:38
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

Successfully merging this pull request may close these issues.

1 participant