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 1 year has passed since last update.

phpMyAdmin 設定して、MySQLを管理方法

Last updated at Posted at 2023-01-29

前提条件

phpMyAdminのインストール

1.phpMyAdminの公式サイト(以下のURL)へアクセスしてダウンロード
https://www.phpmyadmin.net/
image.png
2.ダウンロードして、解凍します。
image.png
3.フォルダ名を変更
 「phpMyAdmin-5.2.0-all-languages」⇒「phpMyAdmin」
4.解凍した上でApacheのドキュメントルート内に展開。
Apacheのドキュメントルートに移動します。
(Apacheのドキュメントルートがデフォルトの場合はC:/Apache24/htdocs/です。)

php.iniの編集

;   extension=mysqli

extension=mysqli

config.inc.phpの設定

phpMyAdminフォルダの中にconfig.sample.inc.phpというPHPファイルがあります。それをコピーして名前をconfig.inc.phpに変更します。
image.png

phpMyAdminにログイン

http://localhost/phpmyadmin/index.php
image.png
image.png

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?