Answers for "xampp mysql problem detected port 3306 in use by"

SQL
0

xampp mysql problem detected port 3306 in use by

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.
Posted by: Guest on April-24-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language