All Questions
3 questions
2
votes
1
answer
680
views
DBD::mysql installation of driver failed
I'm trying to run Perl DBI on Mac OS and keep hitting into this error:
install_driver(mysql) failed: Can't load '/Library/Perl/5.18/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle' for ...
2
votes
0
answers
361
views
How do I connect to different versions of Postgres using DBD::Pg on one system
My production system uses Postgres 9.3 and Perl; I have a test Postgres 10.3 database that I'd like to run the same Perl scripts against to make sure that everything works.
I'm using Perl DBI and ...
0
votes
2
answers
2k
views
perl DBD::mysql not working with mysql 5.6?
I installed MySQL 5.6.10 onto Mac OSX 10.8.2, in /usr/local/mysql-5.6.10-osx10.7-x86_64/. I then tried to run a Perl program that connects to a MySQL database using DBI and DBD::mysql. I got the ...