尝试在Google应用引擎上连接数据库时,数据库连接失败

时间:2015-11-25 10:07:57

标签: php mysql google-app-engine

尝试在Google应用引擎上连接数据库时,数据库连接失败

error_reporting(E_ALL);
ini_set("display_errors", 1);

$con = mysql_connect('<host>','<username>','<password>') or die(mysql_error());

我收到了错误消息。

  

警告:mysql_connect():php_network_getaddresses:gethostbyname   失败。 errno = 0 in   /base/data/home/apps/s~testappgraymatics/1.388814076593258081/helloworld.php   第7行警告:mysql_connect():php_network_getaddresses:   gethostbyname失败。 errno = 0 in   /base/data/home/apps/s~testappgraymatics/1.388814076593258081/helloworld.php   第7行php_network_getaddresses:gethostbyname失败。错误号= 0

0 个答案:

没有答案