
I want to connect 2 servers that are in different Data centers together using MySql
My thoughts so far are to do the following if possible:
1. Change MySQL Default port away from 3306
2. Lock down incoming connections on this new port to MySQL to a single IP of the other server
3. Encrypt the information transferred between them
Firstly what impact if any will Cpanel have on any of the above, i.e. does Cpanel require a hard coded 3306 for instance and if i change it will Cpanel updates change it back ?
Anyone else done anything similar who can give advice ?