📜  找不到 xampp phpmyadmin - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:49.539000             🧑  作者: Mango

代码示例1
//I stop the Nginx Web server first then start Apache server.

// Stop Nginx server

sudo systemctl stop nginx
//Start Apache Server

sudo /opt/lampp/lampp start
//Must Read

// Sometimes it can be port conflict between web servers. Changing the port number of both server or maybe one server we can run both servers at a time.