我在连接数据库时遇到问题
这是我正在使用的代码
$con = mysql_connect('host', 'user', 'pass');
mysql_select_db('database_name', $con);
这是我得到的结果
警告:mysql_connect() [function.mysql-connect]:在“读取初始通信数据包”时丢失与 MySQL 服务器的连接,系统错误:第 2 行 /home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.php 中的 111
警告:mysql_select_db() 期望参数 2 是资源,布尔值在第 3 行的 /home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.php 中给出
警告:mysql_connect() [function.mysql-connect]:在“读取初始通信数据包”时丢失与 MySQL 服务器的连接,系统错误:第 2 行 /home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.php 中的 111
警告:mysql_select_db() 期望参数 2 是资源,布尔值在第 3 行的 /home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.php 中给出