Typing on the console gives me :
php -v : 5.3.2 PHP 5.3.2 (cli) (built: Oct 13 2010 13:09:53)
mysql.sock : /Applications/MAMP/tmp/mysql/mysql.sock
It's the version installed with MAMP (which i've just uninstalled)
If i do a phpinfo() on a browser
PHP Version 5.3.3
/var/mysql/mysql.sock
The problem
I want to use the PHP 5.3.3 with the /var/mysql/mysql.sock both on the browser and the CLI (otherwise i can't access to my database because there are 2 socket).
How to override the CLI installation please ? (I'm running MAC OSX 10.6)