Answers for "apache web server is not starting in xampp mac"

SQL
6

apache2 does not start xampp mac

sudo /Applications/XAMPP/xamppfiles/bin/apachectl start
sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
Posted by: Guest on February-13-2021
0

mysql server not starting in xampp in mac

sudo rm -rf ~/.bitnami  // type this command in your terminal.
//THIS WILL SOLVE THIS PROBLEM BUT WILL DELETE ALL YOUR DATABASES
Posted by: Guest on October-27-2020

Code answers related to "apache web server is not starting in xampp mac"

Code answers related to "SQL"

Browse Popular Code Answers by Language