Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホストが「localhost」をブロックしているため、代わりに 127.0.0.1 を使用する必要があります。接続 php スクリプトを実行しようとすると、「ユーザー 'xxx'@'localhost' のアクセスが拒否されました (パスワードを使用: YES)」というエラーが表示されます。「localhost」の代わりにIPアドレスを保持するphp関数はありますか?
Access denied for user 'xxx'@'localhost' (using password: YES)
このメッセージは通常、ユーザー名/パスワードが間違っていることを意味します。
また、127.0.0.1 の代わりに 127.0.0.2 を使用してみてください
localhost をブロックしても 127.0.0.1 を許可するとセキュリティが向上するのか理解できません..