Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

open xampp control panel from terminal ubuntu 20

//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
 
PREVIOUS NEXT
Tagged: #open #xampp #control #panel #terminal #ubuntu
ADD COMMENT
Topic
Name
9+5 =