私はコマン以外の状況でコマンの問題を抱えています。HOSTGATOR サーバーでホストされている mysql サーバーに接続しようとすると、次のエラーが発生します。
Could not connect to database. SQLSTATE[HY000] [2000] 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.
ソリューションは非常にシンプルで、詳細は次のとおりです。 http://www.phpro.org/articles/Database-Connection-Failed-Mysqlnd-Cannot-Connect-To-MySQL.html
しかし.... HostGator は「my.cnf」ファイルを変更したくありません! また、このチュートリアルのクエリのほとんどは、私の特権のために拒否されます。
私が見逃している他の解決策はありますか?ありがとうございました!