MariaDB
- Last tested on CentOS 7 (2018/4/22)
- Install required packages
$ sudo yum -y install mariadb-server mariadb
- Enable and start service
$ sudo systemctl start mariadb $ sudo systemctl enable mariadb
- Update root password
$ mysqladmin --user=root password "password172634"