Answers for "mysql database not starting xampp mac"

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
0

mysql database is not starting in xampp

sudo service mysql stop
sudo /opt/lampp/lampp restart
Posted by: Guest on January-27-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 "mysql database not starting xampp mac"

Code answers related to "SQL"

Browse Popular Code Answers by Language