Question: How to change mysql port ? Answer: To change mysql port, open /etc/my.cnf file: # vi /etc/my.cnf Set new port 3563: port=3563 make sure that port
www.unixmen.com