haapv.blogg.se

Mamp to run sql on mac
Mamp to run sql on mac








Mysql_config (Users choice) = /Applications/MAMP/Library/bin/mysql_config

mamp to run sql on mac

Libs (mysql_config) = -L/Applications/MAMP/Library/lib/mysql -lmysqlclient -lz -lm I will use the following settings for compiling and testing:Ĭflags (mysql_config) = -I/Applications/MAMP/Library/include The DBD::MySql install is going as follows:īrad-Kirbys-Computer:/library/perl/dbd-mysql-4.006 bradkirby$ sudo Perl Makefile.PL -mysql_config=/Applications/MAMP/Library/bin/mysql_config The DBI install seemed to go ok, although there was a lot of subtests that were skipped. Im having problems that I think are related to the dynamic libraries.

mamp to run sql on mac

Followed instructions from the following sites:Īs they were the only ones I could find relating specifically to MAMP. Figured out I need to install the following modules: Trying to configure system so I can run Perl scripts connecting to MySql db.










Mamp to run sql on mac