centos7 simple installation configuration mariadb

 

7 mounted under CentOS yum MariaDB

yum  install MariaDB mariadb- Server 
systemctl start # Start MariaDB MariaDB 
systemctl enable MariaDB # Set boot from the start 
mysql_secure_installation # set the root password and other related 
MySQL -uroot-test login -p #

 

Guess you like

Origin www.cnblogs.com/soymilk2019/p/11285359.html