Connecting to a secure mysql host via DBI

Connecting to a secure mysql host via DBI

am 18.03.2005 10:00:39 von zzapper

Hi,
We've just found out that the mySQL server that we wish to access remotely is on a secure server
eg:-

https://mysql1.somedomain.net


What are the implications for perl::DBI, can anyone point us to some doc?



--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org

Re: Connecting to a secure mysql host via DBI

am 18.03.2005 10:07:24 von Jochen Wiedmann

On Fri, 18 Mar 2005 09:00:39 +0000, zzapper wrote:

> What are the implications for perl::DBI, can anyone point us to some doc?

I believe, you've got a misunderstanging: MySQL, the MySQL client, and
thus DBD::mysql are completely unrelated to HTTP. You may probably use
them within a CGI script or Apache module, but that is just some
possible use.

Whether the browser accesses the HTTP server via HTTP or HTTPS doesn't matter.


Jochen


--
Outside of a dog, a book is man's best friend.
Inside of a dog, its too dark to read.
(Groucho Marx)

--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules@m .gmane.org