You're setting the port in database.php in the config folder of your app, correct?
If you're baking (via terminal) you can use the following script to get OS X's built-in php to use MAMP's mySQL install: cd /tmp ln -s /Applications/MAMP/tmp/mysql/mysql.sock mysql.sock ummmm....as long as it's asking for /tmp/mysql.sock My friend had a clean MacBook Pro with the new LED screens and his php install was expecting it in /var/tmp/mysql.sock Whatever....change the "cd" path as needed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
