Re: DBD::mysql over Cygwin
Rudy Lippan <[email protected]>
| Newsgroups | gmane.comp.db.mysql.perl |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 25 Sep 2004, Oleg Eterevsky wrote:
> I've tried to install DBD::mysql over Cygwin. First of all I compiled
> MySQL client library (version 4.0.20). Then I tried to install DBD::mysql
> 2.9004. It compiled ok, but failed three tests: 46-48. As a test database
> I used NT mysql server, to which I accessed through TCP/IP (not using
> sockets).
>
> I installed the module ignoring the failed test and tried to run Bugzilla
> cgi-scripts with it. It failed on the following lines of Bugzilla::DB:
>
> my $dsn = "DBI:mysqlPP:host=$db_host;database=$db_name;port=$db_port";
^^^^^^^^^^^^
DBD::mysqlPP != DBD::mysql
Rudy.
--
MySQL Perl Mailing List
For list archives: http://lists.mysql.com/perl
To unsubscribe: http://lists.mysql.com/[email protected]