Answers for "ubuntu xampp mysql is not starting"

SQL
1

apache server not starting in xampp ubuntu

sudo /etc/init.d/apache2 stop   
sudo /opt/lampp/lampp start
Posted by: Guest on August-17-2020
1

mysql database is not starting in xampp

sudo service mysql stop
sudo /opt/lampp/lampp restart
Posted by: Guest on January-27-2021

Code answers related to "ubuntu xampp mysql is not starting"

Code answers related to "SQL"

Browse Popular Code Answers by Language