I’m digging Local. I wanted to make a change in the database to 1000+ posts. I was able to log in to the database with the Adminer plugin, but when I try to do the same thing using Sequel Pro, I get Access Denied!
Looking at the Adminer page (and wp-config.php) the login settings should be:
Server localhost
Database local
User root
Password root
I got my data updated with Adminer, but I don’t understand why I can’t log in with Sequel Pro using the same credentials. What am I missing?