Front page | perl.dbi.users |
Postings from February 2001
RE: (Fwd) DBI???
Thread Previous
|
Thread Next
From:
Sterin, Ilya
Date:
February 10, 2001 15:18
Subject:
RE: (Fwd) DBI???
Message ID:
E989263E0496D3119C440008C791853401B45FC0@cibermail2.ciber.com
Is you MySQL servver started. You need to start the server, see the docs
for the command or you can do through the menu. Also if you already
installed DBI, which you should of done using PPM utility that comes with
ActivePerl by saying in command prompt...
>ppm install DBI
If you have internet access.
Then you need to install DBD::MySQL...
>ppm install DBD-mysql
Then you should be able to start programming. Do the steps above first.
Ilya Sterin
-----Original Message-----
From: Kurt Vereker
To: Sterin, Ilya; 'Tim Bunce '; dbi-users@perl.org
Sent: 02/10/2001 12:47 AM
Subject: Re: (Fwd) DBI???
Thanks for your prompt reply -
I'm trying to program the database from perl - problem is the server
won't
run at all I have downloaded the mysql and myodbc and a dbi (which I
don't
know what to do with - I'm not sure how to set this module up?) The
server
says:
>: "Error 2003: can't connect to MySQL Server on
>: 'localhost' <10061>"
I can't find the mysqld-shareware.exe
I only have the mysqld.exe
I have run the --install but it remaines unconnected and down.
I can send a copy of my int file if you want to look - I'm not sure what
settings the localhost should run on - all the drivers are there and the
start check has ok everything - this one is a tough one!
Thanks
Kurt
----- Original Message -----
From: Sterin, Ilya <Isterin@ciber.com>
To: 'Tim Bunce ' <Tim.Bunce@ig.co.uk>; <dbi-users@perl.org>
Cc: <klvereker@one.net.au>
Sent: Saturday, February 10, 2001 3:07 AM
Subject: RE: (Fwd) DBI???
> You don't need DBI unless you are going to do database programming
with
> Perl. You need to be a little more specific as to what you are trying
to
> accomplish, and then we can help you.
>
> Ilya Sterin
>
> -----Original Message-----
> From: Tim Bunce
> To: dbi-users@perl.org
> Cc: klvereker@one.net.au
> Sent: 02/09/2001 5:29 AM
> Subject: (Fwd) DBI???
>
> ----- Forwarded message from Kurt Vereker <klvereker@one.net.au> -----
>
> From: Kurt Vereker <klvereker@one.net.au>
> To: "Tim.Bunce" <Tim.Bunce@ig.co.uk>
> Subject: DBI???
> Date: Fri, 9 Feb 2001 18:22:54 +1100
>
> Hello,
>
> Just a quick question...I'm trying to run mysql with apache with the
> latest perl in win98 I need a DBI which I presume I have found -
> question is what do I do withit?
>
> Thanks
>
> Kurt
>
> ----- End forwarded message -----
>
Thread Previous
|
Thread Next