2
1

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.

LAMP、MAMP、XAMPPを基本からまとめてみた【PHP環境構築】

Last updated at Posted at 2023-01-23

なんとかAMPとは

① webサービスを構築するための1つのパッケージのこと
② ローカル環境で使う事が多い
③ 簡単に作業を始められる手軽さがある

LAMPとは

L = Linux
A = Apache = webサーバー = WEBサイトを公開する為に必要なシステム
M = Mysql = データベース
P = PHP

MAMPとは

M = Mac
※MAMPは、MAC環境の人しか使わない

MAMPを使ってMySQL/phpMyAdminをセットアップ

公式サイト:MAMP&MAMP PRO

①MAMPを立ち上げ、『start』と『WebStart』を押す
②『Tools』の『Myadmin』を選択する

XAMPPとは

X = どのOSでも対応できる
A = Apache
M = MarinaDB
P = PHP
P = Pearl

参考サイト

【初心者向け】LAMP,MAMP,XAMPPって何?【ヒント:OS】
挫折しないPHPの環境構築(MAMP・MAC)
MAMPを使ってMySQL/phpMyAdminをセットアップしよう - SQL講座

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?