到http://www.cpan.org/modules/by-module/DBD/找到最新的版本,现在最新的为DBD-mysql-4.020.tar.gz
开始下载安装:
请确保mysql_config的路径正确。
Trying to install Perl-Mysql DBD, mysql_config can't be found错误解决办法
sudo cpan -f DBD::mysql
sudo apt-get install libmysqlclient-dev
sudo apt-get install libdbd-mysql-perl