Answers for "xampp mac os mysql not starting"

SQL
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
0

mysql not starting in xampp

18


1
If you have MySQL already installed on your windows then go to services.msc file on your windows and right click the MySQL file and stop the service, now open your XAMPP and start MySQL. Now MySQL will start on the port 3306.
Posted by: Guest on June-26-2020

Code answers related to "xampp mac os mysql not starting"

Code answers related to "SQL"

Browse Popular Code Answers by Language