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.

LinuxでMySQLをアップデートする方法

Posted at

#目次
1.MySQLのバージョン確認
2.MySQL停止
3.MySQLをアンインストールする
4.MySQLのインストール
5.終わりに

#1. インストールされているMySQLのバージョン確認

cloud9は、デフォルトでMySQLがインストールされています。
バージョン確認をすると5.5系がインストールされています。

こちらを5.7系にアップデートしていきます。

#2. MySQL停止
まずはSQLを停止させます。

#3. MySQLをアンインストールする

5.5系のSQLをアンインストールする為、上記の数値は55となっています。

#4. MySQLのインストール

インストールしたいバージョンの数値を指定してください。
今回は5.7系をインストールする為57としています。

#5. 終わりに
こちらでLinuxで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?