I’m on a mac server. From my home directory, I can get to mysql on the command line. But apps I install (I’ve tried phpMyAdmin and then WordPress) can’t connect to mysql@localhost.
Suggestions on troubleshooting the problem?
Also, how can I tell what port mysql is running on?
Try specifying 127.0.0.1:3306 as the host and see if that works…
Edit from comments: