DBD-MySQL help

Hi all,

I have one doubt, Can we connect to MySQL server from a remote host by
using Perl DBD and DBI modules.?

Is it necessary to have MySQL installed on the remote host also.?


Thanks in Advance.
varmkk [ Sa, 07 Oktober 2006 13:24 ] [ ID #1492552 ]

Re: DBD-MySQL help

Yes, it is possible. I did it recently.
You need to have the remote host name, the port, database name , user name
and password.
Thanks
etienne noumen
> Hi all,
>
> I have one doubt, Can we connect to MySQL server from a remote host by
> using Perl DBD and DBI modules.?
>
> Is it necessary to have MySQL installed on the remote host also.?
>
>
> Thanks in Advance.
>


--
noumene [ Sa, 07 Oktober 2006 21:12 ] [ ID #1492553 ]

Re: DBD-MySQL help

You may need some libraries (but not the server itself) from MySQL
installed on the client (remote host) to be able to compile and/or
install DBD::mysql. See
http://search.cpan.org/src/CAPTTOFU/DBD-mysql-3.0007/INSTALL .html for
details. Installation on MS Windows is also documented there.

Alexander

On 07.10.2006 13:24, kk varma wrote:
> Hi all,
>
> I have one doubt, Can we connect to MySQL server from a remote host by
> using Perl DBD and DBI modules.?
>
> Is it necessary to have MySQL installed on the remote host also.?
>
>
> Thanks in Advance.
>


--
Alexander Foken
mailto:alexander [at] foken.de http://www.foken.de/alexander/
Alexander [ Sa, 07 Oktober 2006 21:22 ] [ ID #1492554 ]
Perl » perl.dbi.users » DBD-MySQL help

Vorheriges Thema: Setting Error Handler
Nächstes Thema: swap_inner_handle