in reply to Re^3: DBI Installation Mac
in thread DBI Installation Mac

I followed these steps listed on this website: http://www.quicomm.com/apm_dbddbi.htm

At step 3 of the tutorial listed on the site ("Install the Perl MySQL DBD module:"), I get the mysql_config error. But, I tried typing mysql into the terminal, and a 'command not found' is printed.

Replies are listed 'Best First'.
Re^5: DBI Installation Mac
by frozenwithjoy (Priest) on Mar 31, 2014 at 19:16 UTC
    Cool. This probably makes things a lot easier. The reason that config file is not found is that it is part of MySQL, which you don't have installed. Goto http://brew.sh, install Homebrew, then use Homebrew to install MySQL with this command: brew install mysql