Answers for "xampp mysql not working"

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

unable to start xampp mysql

3

One of many reasons is xampp cannot start MySQL service by itself. Everything you need to do is run mySQL service manually.

First, make sure that 'mysqld.exe' is not running, if have, end it. (go to Task Manager > Progresses Tab > right click 'mysqld.exe' > end task)

Open your services.msc by Run (press 'Window + R') > services.msc or 0n your XAMPP ControlPanel, click 'Services' button. Find 'MySQL' service, right click and run it.
	by:-Palash Bajpai
Posted by: Guest on November-27-2020

Code answers related to "xampp mysql not working"

Code answers related to "SQL"

Browse Popular Code Answers by Language