Secure Connection between Mysql Server and C++ Client
-
hi i am trying to make a Client in VC++ for connecting to a Mysql Server the problem is the connection is not Secure, if someone analyzes the network traffic when i using the Client he can Findout for example my username and password coz they are sent to server in plain text !!! is there any way for me to make my connection Secure and Encrypted ? thanx
-
hi i am trying to make a Client in VC++ for connecting to a Mysql Server the problem is the connection is not Secure, if someone analyzes the network traffic when i using the Client he can Findout for example my username and password coz they are sent to server in plain text !!! is there any way for me to make my connection Secure and Encrypted ? thanx
Mysql 4 and later has support for SSL connections, older versions can use SSH tunneling. See http://dev.mysql.com/doc/mysql/en/Secure_connections.html