linux常用命令

操作系统:fedora

1,启动apache

  service apache start

  或

 systemctl start httpd.service

2,启动mysql

  systemctl start mysqld.service

3,基于web管理mysql数据库

  通过IE访问:http://127.0.0.1/phpMyAdmin/

原文地址:https://www.cnblogs.com/felixjia/p/3352776.html