Just saw the Image The Port 80 is being used by any other existing application.
So, Either change the port for that application or
How to change the mysql port for xampp?
- Stop the xampp server, if it is already running.
-
Edit the value to "port" in xampp/mysql/bin/my.ini
port = 3306=>3307 socket="/ xampp / mysql / mysql.sock"
and here also Code:
The MySQL server
[ mysqld ]
port = 3306=>3307
socket = "/ xampp / mysql / mysql.sock"
- Start mysql service