Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Code Block
languagebash
themerdark
$ yum -y install mariadb-server

-- Start service
$ systemctl start mariadb

-- Enable on boot
$ systemctl enable mariadb