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 3 years have passed since last update.

Cloud9(Amazon Linux)でmysqlのバージョンアップ(5.5から5,7)

Posted at

MySQLを停止する

sudo service mysqld stop

MySQLをアンインストールする

5.5系のMySQLをアンインストールする場合は以下のよう「55」になります。
sudo yum -y remove mysql-config mysql55-server mysql55-libs mysql55

MySQLをインストールする

5.7系をインストールする場合、「57」を指定します。
sudo yum -y install mysql57-server mysql57

再度バージョンを確認する

ちゃんとインストールされたかバージョンを確認します。
mysql --version

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?