October 2016
Beginner
406 pages
7h 50m
English
This recipe shows you how to perform a basic installation of the popular MySQL database server on CentOS. MySQL is the second most widely used database system today, which is found across many different industries providing data storage for everything from dynamic websites to large-scale data warehouses.
This recipe requires a CentOS system with a working network connection and administrative privileges either using the root account or sudo.
Follow these steps to install MySQL and create a new database:
curl -LO dev.mysql.com/get/mysql57-community-release-el7-
7.noarch.rpm
Read now
Unlock full access