Re: Mysql and Perl

2007-12-21 Thread Jørn Dahl-Stamnes
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

Re: Mysql and Perl

2006-09-26 Thread Jørn Dahl-Stamnes
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

RE: Mysql and Perl

2006-09-25 Thread George Law
to:[EMAIL PROTECTED] >>>Sent: Monday, September 25, 2006 1:59 PM >>>To: MySQL List >>>Subject: Mysql and Perl >>> >>>I try to write a perl script that will update a mysql >>>database, but when >>>running the script I get: >>> &

RE: Mysql and Perl

2006-09-25 Thread George Law
>Sent: Monday, September 25, 2006 1:59 PM >>>To: MySQL List >>>Subject: Mysql and Perl >>> >>>I try to write a perl script that will update a mysql >>>database, but when >>>running the script I get: >>> >>>install_driver(my

Mysql and Perl

2006-09-25 Thread Jørn Dahl-Stamnes
I try to write a perl script that will update a mysql database, but when running the script I get: install_driver(mysql) failed: Can't locate DBD/mysql.pm I have installed DBI 1.52, but that did not help. Now I have spend 1 hour searching internet for this well hidden file mysql.pm, but withou

Re: Upgrading Mysql and Perl DBD

2004-08-16 Thread Michael Stassen
This is covered in the manual : "A 4.1 client can connect to a pre-4.1 server, because the client understands both the old and new password hashing mechanisms." So, if you build the Perl modules against the 4.1.x library, you should be a

Upgrading Mysql and Perl DBD

2004-08-16 Thread sean c peters
I now have MySQL 4.0.2 and MySQL 4.1.3 beta both installed and running on one machine. I want to be able to use the Perl DBI / DBD to connect to both servers. I understand that there have been some changes between the MySQL 4.0.X and 4.1.X series that may require differently compiled DBD's. So

Re: MySQL and Perl DBI Persistent Connection

2004-01-17 Thread Batara Kesuma
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

MySQL and Perl DBI Persistent Connection

2004-01-16 Thread Syed Ali
Hello, 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 persistent to Mysql through the Perl CGI script. In my Apache httpd.conf

RE: An Idea (really: MySQL and Perl for the Web)

2002-12-29 Thread Paul DuBois
At 17:35 -0800 12/29/02, JamesD wrote: while Paul probably wouldnt say it, I would: Well, I *have* been known to make shameless plugs from time to time, but of course it's better if readers make them for me. :-) So, thanks, I appreciate it. his book: "MySql and Perl for the Web&qu

RE: An Idea (really: MySQL and Perl for the Web)

2002-12-29 Thread JamesD
we are all in sales, 24/7. :-) Jim -Original Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 29, 2002 9:24 PM To: JamesD; Peter Lovatt; [EMAIL PROTECTED] Subject: RE: An Idea (really: MySQL and Perl for the Web) At 17:35 -0800 12/29/02, JamesD wrote: >wh

"MySQL and Perl for the Web" now available in Dutch

2002-04-19 Thread Paul DuBois
I'm pleased to announce that MySQL and Perl for the Web (New Riders, by me) is now available in a Dutch translation (MySQL en Perl voor het web). Not that I can read a word of it ... :-) Information is available on the translations page at the book's Web site: http://www.kitebird.com/

Free MySQL and Perl Book

2001-10-30 Thread Wall, Stephanie
Hello, I'm the Associate Publisher with New Riders Publishing and I've recently published a book with Paul DuBois titled "MySQL and Perl for the Web." (You may know Paul's work from his previous book with us "MySQL.") Earlier this year we also published "

Re: MySQL and Perl (STOP)

2001-09-11 Thread Colin Faber
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

Re: MySQL and Perl

2001-09-11 Thread djinn
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

Re: MySQL and Perl

2001-09-11 Thread Rich Duzenbury
> 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,

Re: MySQL and Perl

2001-09-11 Thread adam
; to move from one database engine to another, but PHP only supports > a limited number of database engines. > > Lezz Giles > > - Original Message - > From: "Nilesh Parmar" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, September

Re: MySQL and Perl

2001-09-11 Thread Paul DuBois
--- Original Message - >From: "Nilesh Parmar" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, September 10, 2001 8:13 PM >Subject: MySQL and Perl > > >> Hi >> I just wanted to know how well MySQL gels with Perl, when

Re: MySQL and Perl

2001-09-11 Thread Lezz Giles
t PHP only supports a limited number of database engines. Lezz Giles - Original Message - From: "Nilesh Parmar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 8:13 PM Subject: MySQL and Perl > Hi > I just wanted to know how well

Re: MySQL and Perl

2001-09-11 Thread Curtis Maurand
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 > > >

MySQL and Perl

2001-09-11 Thread Nilesh Parmar
Hi I just wanted to know how well MySQL gels with Perl, when compared to MySQL and PHP. any ideas ?? regards Nilesh - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

MySQL and Perl for the Web

2001-09-07 Thread Paul DuBois
I've been mildly scolded for not announcing this somewhere, so, on the "better late than never" principle, here goes. :-) New Riders has published a new book called "MySQL and Perl for the Web" (by me). It focuses on using MySQL together with the Perl DBI and CGI.pm m

Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Sherzod Ruzmetov
Actually, a new book by Paul is to be published "MySql and Perl for WWW". Gonna be a great one. (to be published on August 13th) -- sherzod_ruzmetov (sherzodR) email: <[EMAIL PROTECTED]> It really doesn't bother me if people want to use grep or map in a void context.

Re: Good book for MySQL and Perl DBI?

2001-07-02 Thread Chris Worth
Paul DuBois' Book. it is extremely well written and indexed. I've gone from a complete mysql bumbler to somebody that can actually make it work in a short time thanks to his book. Chris On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen wrote: >Does anyone have any recommendations for a

Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Paul DuBois
At 5:38 PM -0400 6/24/01, Bob Hall wrote: >>Does anyone have any recommendations for a good book on MySQL SQL? What >>about PerlDBI (I noticed that the O'Reilly one is over a year old)? >> >>Just realizing that there's so much out there that I haven't been told... >> >>-Chris > >Paul Dubois and N

Re: Good book for MySQL and Perl DBI?

2001-06-24 Thread Bob Hall
>Does anyone have any recommendations for a good book on MySQL SQL? What >about PerlDBI (I noticed that the O'Reilly one is over a year old)? > >Just realizing that there's so much out there that I haven't been told... > >-Chris Paul Dubois and New Riders are releasing 'MySQL and Pearl for the

Re: Good book for MySQL and Perl DBI?

2001-06-23 Thread tj marlin
Mysql by Paul Dubois, New Riders publisher, is strongly recommended. Get the perldoc on dbi and dbd. terse, but up to date. other reading are: cgi programming 101 by jacqueline hamilton. basic information. well presented. with examples that work. very broad, very shallow. of course the camel bo

Re: Good book for MySQL and Perl DBI?

2001-06-23 Thread MikeBlezien
On Sat, 23 Jun 2001 16:40:04 -0500, Chris Petersen <[EMAIL PROTECTED]> wrote: Chris, 2 of the best, Paul Dubois's "New Riders MySQL", which covers MySQL, SQL very well, and Perl w/DBI, and PHP and C. The Perl w/DBI is a bit outdated now tho. Programming with Perl DBI is an excellent resource

Good book for MySQL and Perl DBI?

2001-06-23 Thread Chris Petersen
Does anyone have any recommendations for a good book on MySQL SQL? What about PerlDBI (I noticed that the O'Reilly one is over a year old)? Just realizing that there's so much out there that I haven't been told... -Chris - Be

Re: Mysql and Perl DBI

2001-04-16 Thread Gerald Clark
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

Mysql and Perl DBI

2001-04-13 Thread Gordon Stewart
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.gz. User name for connecting to database test? [undef] P

Mysql and Perl DBI

2001-04-12 Thread Gordon Stewart
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-13.tar.gz. Can any one help Gordon [gordon@fido gordon]

RE: Mysql and Perl DBI

2001-04-11 Thread Scott Baker
ution 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 PROTECTED] >Subject: Mysql and Perl DBI > > > >

RE: Mysql and Perl DBI

2001-04-11 Thread Eric Fegraus
EMAIL PROTECTED] Subject: Mysql and Perl DBI 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. Can any one help Gordon - Before posting, please check:

Re: Mysql and Perl DBI

2001-04-11 Thread Ben Dimmock
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 r

Mysql and Perl DBI

2001-04-11 Thread Gordon Stewart
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. Can any one help Gordon - Before posting, please check: http://www.mysql.com/manual.php (the manual)