You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SHRINE utilizes 4 distinct databases to serve all of its applications, and uses MySQL as a default. In order to set that up on your system, you will first need to install MySQL, or in this case, MariaDB:

$ yum -y install mariadb-server

-- Start service
$ systemctl start mariadb

-- Enable on boot
$ systemctl enable mariadb
  • No labels