Installing the MySQL Server
- Install the MySQL database:
OS Command RHEL MySQL is no longer included with RHEL. You must download the repository from the MySQL site and install it directly. You can use the following commands to install MySQL. For more information, visit the MySQL website.
wget <URL to MySQL RPM>sudo rpm -ivh <filename>.rpmsudo yum updatesudo yum install mysql-serversudo systemctl start mysqldSLES sudo zypper install mysql libmysqlclient_r17Ubuntu sudo apt-get install mysql-server
