Skip to content

Simple PHP Frame and MAMP

jameswright edited this page Sep 13, 2010 · 1 revision

For those users developing with MAMP don’t forget that your MySQL dbHost parameter should be socket based.

e.g.

$this->dbHost       = ':/Applications/MAMP/tmp/mysql/mysql.sock';
Clone this wiki locally