Skip to content

use latest mariadb in ci #157

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

Closed
wants to merge 1 commit into from
Closed

use latest mariadb in ci #157

wants to merge 1 commit into from

Conversation

sabify
Copy link
Contributor

@sabify sabify commented Jun 11, 2024

Maybe it is worth testing this crate against the latest available MariaDB version in Homebrew:

❯ brew info mariadb
==> mariadb: stable 11.4.2 (bottled)
Drop-in replacement for MySQL
https://mariadb.org/
Conflicts with:
  mariadb-connector-c (because both install `mariadb_config`)
  mysql (because mariadb, mysql, and percona install the same binaries)
  mytop (because both install `mytop` binaries)
  percona-server (because mariadb, mysql, and percona install the same binaries)
Not installed
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/m/mariadb.rb
License: GPL-2.0-only
==> Dependencies
Build: bison ✘, cmake ✔, fmt ✘, pkg-config ✔
Required: groonga ✘, lz4 ✔, openssl@3 ✔, pcre2 ✔, xz ✔, zstd ✔
==> Caveats
A "/etc/my.cnf" from another install may interfere with a Homebrew-built
server starting up correctly.

MySQL is configured to only allow connections from localhost by default

To start mariadb now and restart at login:
  brew services start mariadb
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/mariadb/bin/mysqld_safe --datadir\=/opt/homebrew/var/mysql

@sabify sabify closed this Jun 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

Successfully merging this pull request may close these issues.

1 participant