Secure Mysql Access?
Can anyone recommend the best way for scripts and replication to access a mysql server securely? I currently do it with ssh tunnels, but those break sometimes. I would like a more clean, reliable method.It seems that you can now install Mysql with openssl, but the docs are not clear at all on how to do use ssl practically.