kali Linux 启动 apache 和 mysqll
- kali linux 自带 apache 服务 和 mysql 服务
# 启动 apache 服务
service apache2 start
# 启动 mysql 服务
service mysql start
- 查看两 个服务的 状态
service apache2 status
service mysql status
- 初始化的mysql root 用户是没有密码的所以直接 使用
mysql -u root登录即可
# 启动 apache 服务
service apache2 start
# 启动 mysql 服务
service mysql start
service apache2 status
service mysql status
mysql -u root 登录即可