実行する$conn = mysql_connect($host, $user, $pass);
とデータベースに接続できますが、接続するとvar_dump($conn)
元に戻りbool(true)
、複数のサーバーへの複数の接続が制限されます。
このコンピューターの元のセットアップは、PHP インストーラーを介して PHP 5.3.4 にアップグレードされた PHP 5.2 のバージョンを使用した XAMPP でした。ローカル データベースには問題なく接続できましたが (リソース リンク識別子の代わりにブール値が返された以外は)、リモート マシンには接続できませんでした (リモート マシンに接続できることが確認されています)。解決策を思いつくことができず、PHP 5.3.1 が組み込まれている XAMPP のバージョンにアップグレードしました。 .
編集 1 **
Windows のクリーン インストールに移行し、XAMPP をインストールして、リモート サーバー (PHP 5.3.1) に対して mysql_connect を実行しようとすると、同じエラーが発生します。
Warning: mysql_connect() [function.mysql-connect]: Premature end of data (mysqlnd_wireprotocol.c:554) in [Removed] on line 2
Warning: mysql_connect() [function.mysql-connect]: OK packet 1 bytes shorter than expected in [Removed]p on line 2
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_existing_password'). This will store a new, and more secure, hash value in mysql.user. If this user is used in other scripts executed by PHP 5.2 or earlier you might need to remove the old-passwords flag from your my.cnf file in [Removed] on line 2