$conn=mysql_connect("113.31.***.***","leap","******")or die(mysql_error());$db=mysql_select_db("leap")or die(mysql_error());
host指定为你数据库所在的主机的IP~