mysql “access denied for user” (only happens when connecting via php)
问题 I created user dashboard and granted it various privileges (such as SHOW DATABASES ). I initially set the Host=[private ip of web-server], but kept getting access denied errors returned from php's mysql_connect , so I set Host=192.168.% so any machine on our network can access it. I can successfully connect to the mysql Db on the Db server from my Mac using MySQLWorkbench (and successfully ran SHOW DATABASES; ), but when I just try to connect via php on our webserver, I just get: Access