Secure MySQL Cross Domain Connection

jmycr

New member
Joined
Jan 10, 2007
Messages
2
Programming Experience
5-10
I have a .net Windows Application that connects to a MySQL Database on a separate domain across the internet. How secure is the connection? If the connection was being monitored can anyone see the information I am returning in a select statement? I am using the MySql.Data.dll to connect.
 
Last edited:
Back
Top