Skip to content

Instantly share code, notes, and snippets.

@afro-coder
Created January 17, 2021 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afro-coder/92d84b958493efd5f54a4f588c884466 to your computer and use it in GitHub Desktop.
Save afro-coder/92d84b958493efd5f54a4f588c884466 to your computer and use it in GitHub Desktop.
galera-4 is needed by Mariadb
galera-4 for centos is not in any repo except this.
https://yum.mariadb.org/10.5/centos7-amd64/rpms/
https://mariadb.com/kb/en/source-building-mariadb-on-centos/
Steps to build Mariadb RPMS
cmake -DRPM=centos7 server/
make package -j4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment