Skip to content

MariaDB and DBD::mysql

Sam Batschelet (hexfusion) edited this page Mar 28, 2015 · 4 revisions

Install Note

with DBD::mysql you can define DBD_MYSQL_CONFIG so to use the mariadb_config vs mysql you could add the following.

export DBD_MYSQL_CONFIG=/usr/bin/mariadb_config

Otherwise install will fail or use the default mysql_config.

** won't build with Carton must run cpanm directly

Clone this wiki locally