xampp mysql masalah terdeteksi port 3306 digunakan oleh

Scroll down to 
# The MySQL server.
default-character-set=utf8mb4
[mysqld]
skip-grant-tables=TRUE
port=3306
socket="C:/xampp/mysql/mysql.sock"
then change the port number from 3306 to 3307. Save file and close.
Hadar Zeigerson