📌  相关文章
📜  从终端 ubuntu 20 打开 xampp 控制面板 - Shell-Bash 代码示例

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

代码示例1
//you have to stop the Apache2 and MySQL.

$sudo /etc/init.d/apache2 stop

$sudo /etc/init.d/mysql stop

//And then restart Xampp server

$sudo /opt/lampp/lampp restart