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.
phpmyadmin をインストールするために [私が考える] 必要なすべてのことを実行しましたが、アクセスしようとすると、常に次のエラー メッセージが表示されます。 \php-gettext\gettext.inc の 177 行目"
誰かがこれで私を助けてくれますか?
mbstring を有効にする必要があります。php.ini で、コメントを外します
extension=php_mbstring.dll
その前を削除;してから、Apacheを再起動します。
;