データベースへの接続に問題があります
これが私が使っているコードです
$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がリソースであると想定しています。ブール値は/home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.phpの3行目にあります。
警告:mysql_connect()[function.mysql-connect]:「初期通信パケットの読み取り」でMySQLサーバーへの接続が失われました。システムエラー:2行目の/home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.phpの111
警告:mysql_select_db()は、パラメーター2がリソースであると想定しています。ブール値は/home/heartbeat_db/heartbeatsmart.com/php/config/dbconnect.phpの3行目にあります。