Reputation: 749
MAMP Pro is running my Apache and Mysql instances. When I
mysql -u root -p -P 8889
I get access denied. When I try to access the database through Sequel Pro I get access denied. However, my Wordpress installation is talking to the database fine, and PHPMyAdmin through MAMP is also talking to the database just fine. So what gives? I must be missing a setting or maybe I need to give Sequel Pro or the mysql
command a socket?
Upvotes: 1
Views: 362
Reputation: 375
Try using this socket with sequel? /Applications/MAMP/tmp/mysql/mysql.sock
Upvotes: 2