Hi,

El 25/01/2008, a las 9:56, [EMAIL PROTECTED] escribió:

> Doesn't MAMP use some non-standard port by
> default?


MAMP uses 8888 port for http and 8889 port for Mysql by default. You  
may change this in Preferences.

So, in your browser

http://localhost:8888/

Another issue is the location of mysql.sock for Bake. You may need to  
do a symbolic link in /var/mysql to the "MAMP" mysql.sock (default  
installation)
ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock

(in var you may need to create a directoru for mysql).

cd /var
sudo mkdir mysql

then

sudo ln -s /Applications/MAMP/tmp/mysql/mysql.sock /var/mysql/mysql.sock
--

Fran Iglesias
[EMAIL PROTECTED]




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to