How to get rid of install_driver(mysql) failed: Can’t locate DBD/mysql.pm in @INC error

You need to install perl's mysql module

Run to enter perl's shell command prompt

perl -MCPAN -e shell

Install DBD::mysql module

cpan> install DBD::mysql

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *