I'm hoping to run a mysql server that would be accessed by 2 servers (one on linode, and one on amazon). So far we've just had the mysql server hosted on the linode box locally - so we haven't had to deal with security issues with opening db ports, etc.
I'm hoping to access the mysql server from an amazon ec2 instance - is sharing by ip, port, username and password secure enough for a standard web app? Is there anything else I need to be concerned about?
Thanks!