DBD::mysql for Windows XP Professional

DBD::mysql for Windows XP Professional

am 25.02.2009 21:38:43 von Andy

------=_NextPart_000_0003_01C99791.6F9249C0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hi,



I am running Perl (please see result of "perl -v" at the end of this
e-mail).



I am using the following version of MySQL:

Server version: 5.1.31-community MySQL Community Server (GPL)



I would like to be able to connect to the database from a perl script.



I have checked both the CPAN website and the ActiveState perl website, and
both lead me into the same difficulties, namely:



c:\test>

c:\test> set http_proxy=http://myproxy.com:8080/



c:\test>

c:\test> ppm install DBD::mysql

ppm install failed: Can't find any package that provides DBD::mysql



c:\test> ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd

ppm install failed: 500 read failed: Unknown error



Can you please tell me where to find the needed module and how to install
it?



Thanks very much.

Andy Nicastro





c:\test> perl -v



This is perl, v5.10.0 built for MSWin32-x86-multi-thread

(with 5 registered patches, see perl -V for more detail)



Copyright 1987-2007, Larry Wall



Binary build 1004 [287188] provided by ActiveState
http://www.ActiveState.com

Built Sep 3 2008 13:16:37



Perl may be copied only under the terms of either the Artistic License or
the

GNU General Public License, which may be found in the Perl 5 source kit.



Complete documentation for Perl, including FAQ lists, should be found on

this system using "man perl" or "perldoc perl". If you have access to the

Internet, point your browser at http://www.perl.org/, the Perl Home Page.




------=_NextPart_000_0003_01C99791.6F9249C0--

Re: DBD::mysql for Windows XP Professional

am 26.02.2009 17:36:42 von mussatto

On Wed, February 25, 2009 12:38, Andy wrote:
> Hi,
>
>
>
> I am running Perl (please see result of "perl -v" at the end of this
> e-mail).
try install DBD-mysql seemed to work for me. The key is the '::' is
replaced by '-' when you do the stuff under ppm
>
> I am using the following version of MySQL:
>
> Server version: 5.1.31-community MySQL Community Server (GPL)
>
>
>
> I would like to be able to connect to the database from a perl script.
>
>
>
> I have checked both the CPAN website and the ActiveState perl website, and
> both lead me into the same difficulties, namely:
>
>
>
> c:\test>
>
> c:\test> set http_proxy=http://myproxy.com:8080/
>
>
>
> c:\test>
>
> c:\test> ppm install DBD::mysql
>
> ppm install failed: Can't find any package that provides DBD::mysql
>
>
>
> c:\test> ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
>
> ppm install failed: 500 read failed: Unknown error
>
>
>
> Can you please tell me where to find the needed module and how to install
> it?
>
>
>
> Thanks very much.
>
> Andy Nicastro
>
>
>
>
>
> c:\test> perl -v
>
>
>
> This is perl, v5.10.0 built for MSWin32-x86-multi-thread
>
> (with 5 registered patches, see perl -V for more detail)
>
>
>
> Copyright 1987-2007, Larry Wall
>
>
>
> Binary build 1004 [287188] provided by ActiveState
> http://www.ActiveState.com
>
> Built Sep 3 2008 13:16:37
------
William R. Mussatto
Systems Engineer
http://www.csz.com
909-920-9154


--
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: DBD::mysql for Windows XP Professional

am 28.02.2009 15:38:56 von Haidong Ji

--00151750e50a92d77e0463fb8bd1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Andy,

Try install DBI first. I wrestled with installing this on my Windows XP
machine, and had trouble initially, although I don't recall seeing the exact
error message you had. I even downloaded the source code, fiddled with MAKE
file and include header file, without success.

I then uninstalled ActiveState Perl, and put strawberry Perl on it, same
error results. Finally, I did the DBI install, and DBD install was
successful. I suspect had I done the same thing under ActiveState, it would
have succeedded as well.

So try DBI first and see what happens.

Haidong "Alex" Ji
http://www.HaidongJi.com/tech

On Thu, Feb 26, 2009 at 10:36 AM, Wm Mussatto wrote:

> On Wed, February 25, 2009 12:38, Andy wrote:
> > Hi,
> >
> >
> >
> > I am running Perl (please see result of "perl -v" at the end of this
> > e-mail).
> try install DBD-mysql seemed to work for me. The key is the '::' is
> replaced by '-' when you do the stuff under ppm
> >
> > I am using the following version of MySQL:
> >
> > Server version: 5.1.31-community MySQL Community Server (GPL)
> >
> >
> >
> > I would like to be able to connect to the database from a perl script.
> >
> >
> >
> > I have checked both the CPAN website and the ActiveState perl website,
> and
> > both lead me into the same difficulties, namely:
> >
> >
> >
> > c:\test>
> >
> > c:\test> set http_proxy=http://myproxy.com:8080/
> >
> >
> >
> > c:\test>
> >
> > c:\test> ppm install DBD::mysql
> >
> > ppm install failed: Can't find any package that provides DBD::mysql
> >
> >
> >
> > c:\test> ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
> >
> > ppm install failed: 500 read failed: Unknown error
> >
> >
> >
> > Can you please tell me where to find the needed module and how to install
> > it?
> >
> >
> >
> > Thanks very much.
> >
> > Andy Nicastro
> >
> >
> >
> >
> >
> > c:\test> perl -v
> >
> >
> >
> > This is perl, v5.10.0 built for MSWin32-x86-multi-thread
> >
> > (with 5 registered patches, see perl -V for more detail)
> >
> >
> >
> > Copyright 1987-2007, Larry Wall
> >
> >
> >
> > Binary build 1004 [287188] provided by ActiveState
> > http://www.ActiveState.com
> >
> > Built Sep 3 2008 13:16:37
> ------
> William R. Mussatto
> Systems Engineer
> http://www.csz.com
> 909-920-9154
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=haidong.ji@gmail.com
>
>

--00151750e50a92d77e0463fb8bd1--

RE: DBD::mysql for Windows XP Professional

am 17.03.2009 01:29:30 von ankor_wu

--_fdbe7497-f48d-46b3-bb50-89f5f90c79d3_
Content-Type: text/plain; charset="gb2312"
Content-Transfer-Encoding: 8bit


Hi Andy,



I tried ppm install DBD-mysqlPP, it works. Looks like PPM only provide the DBD-mysqlPP if you check.

> Date: Thu, 26 Feb 2009 08:36:42 -0800
> Subject: Re: DBD::mysql for Windows XP Professional
> From: mussatto@csz.com
> To: perl@lists.mysql.com
>
> On Wed, February 25, 2009 12:38, Andy wrote:
> > Hi,
> >
> >
> >
> > I am running Perl (please see result of "perl -v" at the end of this
> > e-mail).
> try install DBD-mysql seemed to work for me. The key is the '::' is
> replaced by '-' when you do the stuff under ppm
> >
> > I am using the following version of MySQL:
> >
> > Server version: 5.1.31-community MySQL Community Server (GPL)
> >
> >
> >
> > I would like to be able to connect to the database from a perl script.
> >
> >
> >
> > I have checked both the CPAN website and the ActiveState perl website, and
> > both lead me into the same difficulties, namely:
> >
> >
> >
> > c:\test>
> >
> > c:\test> set http_proxy=http://myproxy.com:8080/
> >
> >
> >
> > c:\test>
> >
> > c:\test> ppm install DBD::mysql
> >
> > ppm install failed: Can't find any package that provides DBD::mysql
> >
> >
> >
> > c:\test> ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd
> >
> > ppm install failed: 500 read failed: Unknown error
> >
> >
> >
> > Can you please tell me where to find the needed module and how to install
> > it?
> >
> >
> >
> > Thanks very much.
> >
> > Andy Nicastro
> >
> >
> >
> >
> >
> > c:\test> perl -v
> >
> >
> >
> > This is perl, v5.10.0 built for MSWin32-x86-multi-thread
> >
> > (with 5 registered patches, see perl -V for more detail)
> >
> >
> >
> > Copyright 1987-2007, Larry Wall
> >
> >
> >
> > Binary build 1004 [287188] provided by ActiveState
> > http://www.ActiveState.com
> >
> > Built Sep 3 2008 13:16:37
> ------
> William R. Mussatto
> Systems Engineer
> http://www.csz.com
> 909-920-9154
>
>
> --
> MySQL Perl Mailing List
> For list archives: http://lists.mysql.com/perl
> To unsubscribe: http://lists.mysql.com/perl?unsub=ankor_wu@hotmail.com
>

____________________________________________________________ _____
ÉÏWindows Live ÖйúÊ×Ò³£¬ÏÂÔØ×îаæ MSN£¡
http://im.live.cn/
--_fdbe7497-f48d-46b3-bb50-89f5f90c79d3_--