in reply to MySQL/MariaDB DBD install problem
Did a little bit of investigation of documentation. Although DBD::mysql::INSTALL makes a claim that Strawberry Perl comes with DBD::mysql, DBD::MariaDB::INSTALL does not make a similar claim about DBD::MariaDB.
After doing some digging around on Strawberry Perl's releases page, it looks like version 5.36.1.1 does include DBD::mysql, but it was dropped starting with the next released version (5.36.3.1). Unless you really need be on version 5.40, you should be able to download Strawberry Perl 5.36.1.1 to interact with MySQL. (If you want to do a quick test without installing another version of Strawberry Perl, you can download the portable edition.) Otherwise, the install links above might be good starting points on trying to troubleshoot your install efforts for those two modules.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: MySQL/MariaDB DBD install problem
by Danny (Chaplain) on Sep 16, 2024 at 21:18 UTC |