Drupal Installation can't connect to MySQL server but it's there
问题 I'm getting the following error installing drupal 7: Failed to connect to your database server. The server reports the following message: SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'myservername' (13). I am running MySQL on one windows server and httpd on another linux. MySQL is running just fine and on the httpd server I can connect just fine to the MySQL, as follows: mysql -h dbserver -p --port=3001 -u drupal Similarly I can run mysqli and pdo and it connection just fine too