0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

phpMyAdminにログインした際のエラーについて

0
Last updated at Posted at 2021-06-02

さくらvps内にララベルのプロジェクトを配置するために、mysqlをブラウザで管理したいと思い、phpMyAdmin
をcentOS内にインストールしました。その際、ログインした後に以下の画像のようなエラーが出てしまい、エラー文言を検索するなどしましたが、確信を得られる記事は見つかりませんでした。何か少しでも手掛かりがあることを教えていただければ幸いです。

phpMyAdminをインストールした流れ

1.php関連のモジュールをインストール

dnf install php-pdo php-json php-xml php-mysqlnd php-gd php-mbstring

2.ドキュメントルートに移動してphpMyAdminをインストール

cd /var/www/html

wget https://files.phpmyadmin.net/phpMyAdmin/4.9.1/phpMyAdmin-4.9.1-all-languages.zip
unzip phpMyAdmin-4.9.1-all-languages.zip
mv phpMyAdmin-4.9.1-all-languages myadmin

※参考にした記事
https://qiita.com/lixwork/items/7b4cabd169803138b03f

スクリーンショット 2021-06-02 20.37.13.png
スクリーンショット 2021-06-02 20.36.39.png

動作環境

CentOS Linux release 8.3.2011
PHP 8.0.7
mysql Ver 8.0.25 for Linux on x86_64 (MySQL Community Server - GPL)
phpMyAdmin:version:5.1.0

試したこと
エラー箇所のphpファイルを確認するなどするも原因わからず、、

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?