Answers for "how to fix xampp mysql not running"

SQL
2

xampp mysql database not starting

sudo killall mysqld

then

sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
Posted by: Guest on November-11-2021
1

When mysql server would not work in xampp

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

Code answers related to "how to fix xampp mysql not running"

Code answers related to "SQL"

Browse Popular Code Answers by Language