0%

安装apache

通过yum安装

1
yum install httpd

安装成功后可以执行启动命令:

1
service httpd start
Read more »

1
2
3
4
5
mysql>  alter user 'root'@'localhost' identified with mysql_native_password by '123456';
Query OK, 0 rows affected (0.60 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.18 sec)
Read more »