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?

【XAMPPでデータベースの環境構築】

Posted at

phpMyadminとは

phpMyAdminは、MySQLをブラウザ上で視覚的に操作できるWebアプリ。
phpMyadminを使用することで簡単にデータベースやテーブルを作成できる
使用するにはXAMPPのインストールが必要

phpMyadminでできることは以下の通り

・データベースとテーブルの作成、変更、削除
・データの挿入、更新、削除
・SQLクエリの実行と結果の表示
・ユーザー管理と権限設定
・データベースのインポートとエクスポート

XAMPPとは

MySQLを含むweb開発環境をローカル上で簡単にセットアップするためのソフトウェア

XAMPPの起動方法

phpMyadminでMySQLを操作するためにXAMPPであらかじめwebサーバーとMySQLを起動する必要がある

①XAMPPコントロールパネルを開く
➡xampp-control.exeをダブルクリック

②WebサーバーとMySQLの起動
➡XAMPPのコントロールパネルが開いたら、ApacheとMySQLの「Start」ボタンをクリック
「Apache」と「MySQL」の文字が緑色で塗りつぶされる
この状態になると、phpMyAdminでデータベースを操作できるようになる

③phpMyAdminの動作確認
➡MySQLが起動すると、以下のようにMySQLの「Admin」ボタンがクリックできるようになるのでクリックする

④・WebサーバーとMySQLの停止
➡もう一度同じ場所の「Stop」をクリックすれば、WebサーバーとMySQLを停止できる

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?