On Monday 25 September 2006 20:09, George Law wrote:
> damn outlook!
>
> fire up perl's CPAN interface:
>
> perl -MCPAN -eshell
>
>
> cpan> i /mysql/
> ...
> Bundle Bundle::DBD::mysql (C/CA/CAPTTOFU/DBD-mysql-3.0007.tar.gz)
> ...
> cpan> install Bundle::DBD::mysql
Hello again... I'm back
On Monday 25 September 2006 20:05, you wrote:
> there are two pieces -- dbi, and dbd::mysql. you installed the former
> but not the latter.
>
> go to:
>
> http://cpan.perl.org
>
> and search for mysql ...
Found it, but it won't install:
# perl Makefile.PL
I will use the following settings for c
damn outlook!
fire up perl's CPAN interface:
perl -MCPAN -eshell
cpan> i /mysql/
...
Bundle Bundle::DBD::mysql (C/CA/CAPTTOFU/DBD-mysql-3.0007.tar.gz)
...
cpan> install Bundle::DBD::mysql
>>>-Original Message-
>>>From: Jørn Dahl-Stamnes [mailto:[EMAIL PROTECTED]
>>>Sent: M
someone correct me if I am wrong.
DBI is the generic database interface module for perl
DBD::mysql is the mysql specific module DBI relies upon to talk to mysql.
cpan> i /mysql/
>>>-Original Message-
>>>From: Jørn Dahl-Stamnes [mailto:[EMAIL PROTECTED]
>>>Sent: Monday, September 25,
On Fri, 16 Jan 2004 17:54:06 -0500
"Syed Ali" <[EMAIL PROTECTED]> wrote:
> I have a Perl CGI script which uses DBI to access MySQL.
> I noticed that each query through the Perl CGI script using DBI has a
> connect, query and then quit.
> I was wondering if there is a way of keeping the connection
STOP PLEASE.
Not again.
See mailing list archives.
[EMAIL PROTECTED] wrote:
>
> PHP's mysql_fetch_array() fetches an associative as well as indexed array...or you
> can specify which. (I'm a huge fan of perl, btw, and have used it to talk to
> mysql when PHP was just a baby language so no f
PHP's mysql_fetch_array() fetches an associative as well as indexed array...or you
can specify which. (I'm a huge fan of perl, btw, and have used it to talk to
mysql when PHP was just a baby language so no flames...just setting the record
straight...)
Cheers
jenn
Rich Duzenbury wrote:
> > PH
> PHP has built in functions
>that will dump an entire row into an array (this works with CSV and SQL
>databases).well there is my 2 cents worth on PHP+MySQL
Um, not to start a language war, perl also can dump a row into an array, as
well as into a hash so that one can refer to fields by name,
In web development PHP is very easy to use and best of all very well
documented. I have to aggress with Lezz Giles on using PHP over perl for
MySQL backed webpages.. The learning curve on PHP is far easier than
perl.. I use both for various reasons..I tend to use perl of CGI apps
that php cant do
>PHP, Perl, Python, etc are all good ways to generate web pages,
>and they all get on with MySQL perfectly well (OK, I've only used
>Perl, but I've heard a lot about PHP and a little about Python). My
>personal input re Perl v. PHP is that PHP is great for people starting
>CGI stuff if they know
PHP, Perl, Python, etc are all good ways to generate web pages,
and they all get on with MySQL perfectly well (OK, I've only used
Perl, but I've heard a lot about PHP and a little about Python). My
personal input re Perl v. PHP is that PHP is great for people starting
CGI stuff if they know HTML
Quite nicely. Take a look at the Perl DBI functions.
Curtis
On Tue, 11 Sep 2001, Nilesh Parmar wrote:
> Hi
> I just wanted to know how well MySQL gels with Perl, when compared to MySQL
> and PHP.
> any ideas ??
> regards
> Nilesh
>
>
>
Use only GCC-2.95.2
Gordon Stewart wrote:
>
> I am running Redhat 7 and mysql and I have tried to install Msql-Mysql DBI
> module But I get errors when I do a make
>
> I have enclosed a screen dump of the output I get. I seams to be getting
> stuck with dbimon. I have installed DBI-1-14.tar.g
I highly recommend a source installation for everyone anyway. The RPMs are
problematic to say the least. The source install is easy anyway.
At 09:21 AM 4/11/2001 -0700, Eric Fegraus wrote:
>The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is
>missing. The solution is to re
The redhat 7 mysql version doesn't work correctly...i.e. the mysql.h is
missing. The solution is to re-install with the a tarball from the
mysql site.. :(
eric
-Original Message-
From: Gordon Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 11, 2001 5:29 AM
To: [EMAIL PROTECT
Gordon,
What kind of errors? A copy/paste of errors would be useful.
Cheers
Ben
- Original Message -
From: "Gordon Stewart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 11, 2001 1:29 PM
Subject: Mysql and Perl DBI
>
>
> I am running Redhat 7 and mysql and I have
16 matches
Mail list logo