Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: DBD::mSQL won't install

Quote Reply
Re: DBD::mSQL won't install In reply to
Fixed the problem. In case someone searches the forum and finds this... I had been trying to install DBD::mysql by

[root]# perl -MCPAN -e shell
cpan> install DBD::mysql

If I'm understanding this right there are more than one package to install the same driver, but this one I could clearly see was failing because it couldn't make a connection to the test database. It wanted to use root with no password, so the fix was to change the root mySQL password to nothing, install DBD::mysql, and then add the password again. You can read how to do that at http://www.mysql.com/...ault_privileges.html.

... and it installed fine. mysql now shows in the "modules installed" test:

[root@www /root]# perl test_dbi.pl
Here's a list of DBI drivers:
ADO
ExampleP
Multiplex
Proxy
mysql



Subject Author Views Date
Thread DBD::mSQL won't install winchell 4646 Jul 4, 2001, 1:05 PM
Post Re: DBD::mSQL won't install
winchell 4539 Jul 4, 2001, 1:26 PM
Post Re: DBD::mSQL won't install
winchell 4557 Jul 4, 2001, 1:43 PM
Thread Re: DBD::mSQL won't install
winchell 4541 Jul 5, 2001, 8:33 AM
Post Re: [winchell] DBD::mSQL won't install
alietzow 4383 Mar 23, 2002, 1:08 PM