(Msg. 1) Posted: Tue Sep 13, 2005 12:41 am
Post subject: accessing mysql using ssl
Hi all, here is a question that all the googling the the world has not answered. how do you test a mysql ssl connection in php 4.x? you connect with mysql_connect("localhost","root", "moses", CLIENT_SSL); but how do you know it is actually encrypting your data ok? JoeAley2003
in http://dbforumz.com/-Testing-SSL-Conections-ftopict120299.html had this question a while ago.... any thoughts?
(Msg. 2) Posted: Thu Sep 15, 2005 6:38 am
Post subject: Re: accessing mysql using ssl [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
You could use a packet sniffer like Ethereal to see what the traffic
between the PHP box and the MySQL box looks like. If you can read it,
it probably isn't encrypted. If it's all garbage, you're all set.
mysql - I am new to PHP and mysql. I am trying to create a database with just one table. How do I setup the username and password ? I am trying to run a script like this $user="username"; $password="password"; $database="database&qu...
Var to use in MySql - Hi! What kind of var should I use to store some words in a field? For instance, I would like to save some key words for each user. How can I achieve it? USER KEY WORDS john family,sports,basket,pete lucas mirror,dog,soccer I can't use SET var..
MySQL -> XML -> MySQL - I'm trying to go back and forth between a db and XML pages that filter db data. I have a multidimensional array (parsed from XML) like this (simplified): Array ( [name] => TABLE1 [attributes] => Array ( [ID] => ID1 [FIELD1] => Value...
MySQL Query - If I have a table set up like this: Name | VARCHAR Email | VARCHAR Age | TINYINT | NULL (Default: NULL) And I want the user to enter his or her name, email, and age - but AGE is optional. My insert would look something like: INSERT INTO data (Name,....
procedures in mysql - I've recenty discovered that mysql has support for user defined procedures. I'm trying to create a procedure to insert a user into table brukere like this mysql> delimiter // /* so that I can use ; in my procedure */ mysql>create procedure inser...
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum