Warning: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it. in E:\xampp\htdocs\ss\docs\regional.php on line 15
The connection to the database could not be established.
これは重大なエラーですか、それとも簡単に無視できますか?エラーメッセージ'The connection to the database could not be established.'
はですexpected to pop
がnot the warning text
。その場合、どうすれば削除できますか。以下は私が使用したコードです。
$db = mysqli_connect('localhost', 'root', '', 'regional_data');
if(mysqli_connect_errno()) {die('The connection to the database could not be established.');}
編集:これをテストするために開発エリアでSQLを停止しましたが、そのときにメッセージが表示されます。