Admin
yum install mariadb -y
mysql_install_db --user=mysql
mysqladmin -u root password '密码'
mysqld_safe &
mysql -uroot -p