1

サーバーでホストされている mysql に接続しようとしています。使用するパネルは cpanel です。しかし、データベースに接続できません。xamp を使用して、ローカル システムで php コードを実行します。エラーは以下です。

Warning: mysql_connect(): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\xampp\htdocs\index.php on line 2

Warning: mysql_query() expects parameter 2 to be resource, string given in C:\xampp\htdocs\index.php on line 5

Warning: mysql_error() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\index.php on line 5

すべてのホストを許可するワイルドカード エントリとして % を入力しましたが、運はありません。何が間違っているかについてのアイデア。

4

1 に答える 1