Mysql installation referred Fedora26 solid (yum transducer comprising a source tutorial)

  There is an experimental program to install Hive, this process will need to install Mysql.

Install Mysql spent a lot of time, always being given what data warehouse synchronization fails.

Yum install mysql input to an error, the source is not connected to the data. This may be the last for a long time, the following steps

In other source venue:

https://www.cnblogs.com/Timeouting-Study/p/12131119.html 

Download and install MySQL:

Well, here using a variety of Yum dependent rpm package management, can automatically download the RPM packages from the specified server and installed, it must be relieved after installation, otherwise it will be automatically updated.

1. Install the MySQL official yum repository

[root@localhost ~]# wget -i -c http://dev.mysql.com/get/mysql57-community-release-el7-10.noarch.rpm
2. Download the rpm package
[root@localhost ~]# yum -y install mysql57-community-release-el7-10.noarch.rpm

3. Install the MySQL service

[root@localhost ~]# yum -y install mysql-community-server

The installation is complete!

Guess you like

Origin www.cnblogs.com/Timeouting-Study/p/12131114.html