LoginSignup
0
0

More than 1 year has passed since last update.

amazon linuxに秒でmysql

Last updated at Posted at 2022-12-08

ポイント
・もともとはいってるmariadbを消す
・キーをインポートする

sudo yum remove mariadb-libs -y
sudo yum install mysql57-community-release-el7-11.noarch.rpm -y
sudo rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
sudo yum install mysql-community-server -y
sudo systemctl enable mysqld.service
sudo systemctl start mysqld.service
sudo systemctl status mysqld.service

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