Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Secure Connection between Mysql Server and C++ Client

Secure Connection between Mysql Server and C++ Client

Scheduled Pinned Locked Moved C / C++ / MFC
sysadminc++mysqlhelptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alex H 1983
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • A Alex H 1983

      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

      M Offline
      M Offline
      markkuk
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups