October 2018
Intermediate to advanced
590 pages
15h 5m
English
For anyone who is not familiar with installing MySQL on Amazon Linux, you can use the following steps to install it:
wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm
sudo yum localinstall mysql57-community-release-el7-8.noarch.rpm
This will add the MySQL Yum repository to our system's repository list and downloads the GnuPG key to check the integrity of the package we will download.
sudo yum install mysql-community-server
sudo service mysqld start
Read now
Unlock full access