LoginSignup
21
20

More than 5 years have passed since last update.

AWS EC2 Amazon LinuxにApache 2.4、PHP5.5、最新のMySQLをインストールする

Last updated at Posted at 2015-07-24

MySQLのリポジトリはここでチェック
https://dev.mysql.com/downloads/repo/yum/

Red Hat Enterprise Linux 6 でOK。

$ yum remove httpd php mysql-server
$ yum install -y httpd24 php55
$ yum install -y php55-mysqlnd php55-pdo php55-pecl-memcached php55-mbstring php55-pecl-apc php55-gd
$ rpm -ihv http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
$ yum install -y mysql-server

2015/07/24 現在は、
- Apache/2.4.12 (Amazon)
- PHP 5.5.26 (cli)
- 5.6.25 MySQL Community Server (GPL)
がインストールされる。

21
20
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
21
20