Changing the Built-in MySQL Port

Edit the my.cnf file to change the built-in MySQL port.
The my.cnf file can be found at /opt/aspera/shares/etc/my.cnf. Find the [mysqld] section and change the value for port.
For example, to add the port 12345, make the following edits in my.cnf:
[mysqld]
port = 12345