If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Need help with security issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-25-07, 04:30
Teaius Teaius is offline
Registered User
 
Join Date: May 2007
Posts: 1
Need help with security issue

Hello.

I connect with a remote MySQL database with a program that uses ODBC.

I need to enable security to prevent that someone can intercept the communication between my computer and the DB and read the data I am requesting to the DB.

I've heard that SSL encripts the connection between client and DB, and then if somebody intercepts the communication he can't read it because is encrypted.

I have no idea of how to enable SSL in my connection with the DB. I don't know what I have to do. Can anybody help me?
Reply With Quote
  #2 (permalink)  
Old 05-29-07, 04:01
aschk aschk is offline
Registered User
 
Join Date: Mar 2007
Location: 636f6d7075746572
Posts: 770
You need to compile MySQL with openssl.
Read the documentation :

http://dev.mysql.com/doc/refman/5.0/...re-basics.html
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On