I have a MBP, installed MAMP, and I find that phpMyADMIN works fine.
I am also able to create websites and browse to them locally.
but now I am trying to do a DRUPAL install locally
I am able to get to the install screen of the DRUPAL system. but I can not get the DB SETUP
I am getting this error:
----------------------------------------------------------------------------------------
Failed to connect to your MySQL database server. MySQL reports the following message: Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2).
* Are you sure you have the correct username and password?
* Are you sure that you have typed the correct database hostname?
* Are you sure that the database server is running?
----------------------------------------------------------------------------------------
i ran this command from shell:
ps aux|grep mysql
and I get this:
vincentyoumans 32411 0.1 0.0 590472 192 s000 R+ 2:12PM 0:00.00 grep mysql
vincentyoumans 27431 0.0 0.3 634328 13740 ?? S 12:52PM 0:01.64 /Applications/MAMP/Library/libexec/mysqld --basedir=/Applications/MAMP/Library --datadir=/Applications/MAMP/db/mysql --user=mysql --pid-file=/Applications/MAMP/tmp/mysql/mysql.pid --port=8889 --socket=/Applications/MAMP/tmp/mysql/mysql.sock --lower_case_table_names=0









