russellmania
russellmania

Reputation: 749

Access Denied in MySQL, just not for everything

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

Answers (1)

ashin999
ashin999

Reputation: 375

Try using this socket with sequel? /Applications/MAMP/tmp/mysql/mysql.sock

Upvotes: 2

Related Questions