You can change deafult port of myysql by editing your my.cnf file and make sure you have the port set as in the following line:
port = 3360
Then restart your MySQL service by running below command.
service mysql restart
No comments:
Post a Comment