Answers for "xamp on ubuntu not working"

17

how to start xampp in ubuntu

sudo /opt/lampp/lampp start
cd /opt/lampp/
ls
sudo ./manager-linux-x64.run
Posted by: Guest on August-02-2020
0

check if xampp is installed ubuntu

1. Check php by running 
which php
return path -> `/usr/bin/php`

2. Check mysql by runnung 
which mysql
return path -> `/usr/bin/mysql`

3. Check apache2 by runnung 
which apache2
return path -> `/usr/sbin/apache2`
Posted by: Guest on April-20-2021

Code answers related to "xamp on ubuntu not working"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language