mariadb 10.10.2
SQL database server
MariaDB is a multi-user and multi-threaded SQL database server, designed as a drop-in replacement of MySQL.
- Outputs:
dev
,lib
,out
- Website: https://mariadb.org/
- Licenses: GPL 2
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install mariadb 10.10.2
as follows:
guix install mariadb@10.10.2
Or install the latest version:
guix install mariadb
The mariadb
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install mariadb:dev
guix install mariadb:lib
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.