Versions Compared

Key

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

...

Code Block
languagebash
themerdark
$ sudo yumapt-get -y install mariadb-server

-- Start service
$ sudo systemctl start mariadb

-- Enable on boot
$ sudo systemctl enable mariadb

...