A remote Mysql and Amazon AWS using WHM

toplisek

Well-Known Member
Jan 7, 2010
286
23
68
I need help if WHM supports a remote Mysql like Amazon AWS and their own language for the databases.
Is this technically possible due to 3 times speed or completely mistake?
 

toplisek

Well-Known Member
Jan 7, 2010
286
23
68
What about in the case of DB.T2.large
Is this also needed as it is just dedicated MYSQL?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463

toplisek

Well-Known Member
Jan 7, 2010
286
23
68
It is an issue that only one account needs dedicated MYSQL due to extensive use of MYSQL. It is not general MYSQL and disables feature. Is this also possible?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,261
463
It is an issue that only one account needs dedicated MYSQL due to extensive use of MYSQL. It is not general MYSQL and disables feature. Is this also possible?
Yes, but you'd need to configure that account's script to connect to the remote MySQL server's IP address in the script's database configuration settings (e.g. config.php). Then, make sure outgoing connections over port 3306 (if that's the port utilized for MySQL on the remote server) are not disabled in your firewall. Additionally, make sure the remote MySQL server allows connections from the cPanel server's IP address:

MySQL allow remote connections from multiple ip addresses

Thank you.