Answers for "mysql service not starting"

SQL
0

mysql service not starting

Mysql uses port 3306, you must check if another service is not using this port.
If you use xampp or wamp for example and the mysql service does not start, this means that a service is already using port 3306. By default, the mysql service on your machine is activated and you should deactivate it.
You can do like this:
Windows + r > search 'services.msc' >
then search mysql and disable it.
Posted by: Guest on March-28-2022

Code answers related to "mysql service not starting"

Code answers related to "SQL"

Browse Popular Code Answers by Language