标签:iad sys http mysq star maria admin restart systemctl
yum -y install httpd mariadb-server mariadb php php-mysql
systemctl restart httpd;
systemctl enable httpd
systemctl restart mariadb; systemctl enable mariadb
mysqladmin -hlocalhost -uroot password "123456"
mysql -uroot -p123456
as
标签:iad sys http mysq star maria admin restart systemctl
原文地址:http://blog.51cto.com/13371847/2059743