Connecting to a secure mysql host via DBI

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 [at] m .gmane.org
zzapper [ Fr, 18 März 2005 10:00 ] [ ID #701878 ]

Re: Connecting to a secure mysql host via DBI

On Fri, 18 Mar 2005 09:00:39 +0000, zzapper <david [at] tvis.co.uk> 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 [at] m .gmane.org
Jochen Wiedmann [ Fr, 18 März 2005 10:07 ] [ ID #701879 ]
Datenbanken » gmane.comp.db.mysql.perl » Connecting to a secure mysql host via DBI

Vorheriges Thema: How to achieve "accent-insensitive" searching
Nächstes Thema: Review Web Form Entry Before Final Submission