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?
Asked
Active
Viewed 340 times
1

Jonathan
- 2,700
- 4
- 23
- 41

russellmania
- 640
- 2
- 8
- 21
-
I'm guessing the difference is that `phpmyadmin` and `wordpress` are running on the same machine as your mysql instance, but you are trying to connect with `Sequel Pro` remotely? Check out http://stackoverflow.com/questions/6239131/how-to-grant-remote-access-permissions-to-mysql-server-for-user – JNevill Mar 03 '16 at 20:54