📅  最后修改于: 2022-03-11 14:50:49.841000             🧑  作者: Mango
//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