Re: MySQL vs. DBI/DBD

2005-03-12 Thread Tom Mornini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A simple Google search on the error message: http://dev.mysql.com/doc/mysql/en/perl-support-problems.html Look at the very last response on the bottom of the page. On Mar 11, 2005, at 8:19 PM, [EMAIL PROTECTED] wrote: I'm using MySQL v4.1.10.a on Wind

MySQL vs. DBI/DBD

2005-03-12 Thread borkurg
I'm using MySQL v4.1.10.a on Windows XP Activestate Perl v5.8.6.811 DBI v1.47 This is my script: #!/usr/bin/perl -w use strict; use DBI; my $database = "bg_test"; my $hostname = "localhost"; my $port = 3306; my $user = "root"; my $password = "msqlbor