yum -y install httpd php mysql mysql-server php-mysql

安装好之后:

启动apache:service httpd start

启动mysql:service mysqld start

mysql的root用户默认密码为空。

相关文章:

  • 2021-11-20
  • 2021-09-01
  • 2021-07-08
  • 2022-03-04
  • 2022-01-10
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2022-12-23
  • 2021-12-27
  • 2021-11-20
  • 2021-11-20
相关资源
相似解决方案