Claim your Biolink Click Here
1 like 0 dislike
426 views
How to Install MySQL 5.7 from Official Yum Repositories in Centos6.8
in Education & Reference by (1.1k points) | 426 views

1 Answer

1 like 0 dislike
Best answer

To get started, go to http://dev.mysql.com/downloads/repo/, and click on download link for Red Hat Enterprise Linux 6 / Oracle Linux 6:

Log into your server and then download this file. Below is an example URL-- you may want to double-check there is not a later version of the repo available:

Install the repository from the local file:

wget http://dev.mysql.com/get/mysql57-community-release-el6-11.noarch.rpm
yum install mysql57-community-release-el6-11.noarch.rpm

You now have the official repository installed on your server, but with no software installed yet. The repository includes the MySQL Server, the MySQL Workbench administration tool and the ODBC driver. Let's install the MySQL Server:

yum install mysql-community-server

Start MySQL:

service mysqld start

chkconfig mysqld on
chkconfig --list mysqld

OUTPUT

[root@localhost src]# mysql -V
mysql  Ver 14.14 Distrib 5.7.19, for Linux (x86_64) using  EditLine wrapper
by
selected by

Related questions

0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Sep 7, 2017 in Education & Reference by Krish (1.1k points) | 525 views
0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Jan 4, 2018 in Education & Reference by Simmi (830 points) | 490 views
2 like 0 dislike
0 answers
asked May 31, 2020 in Education & Reference by Marc (4.6k points) | 290 views
0 like 0 dislike
1 answer
asked Oct 23, 2018 in Education & Reference by Krish (1.1k points) | 375 views
0 like 0 dislike
1 answer
2 like 0 dislike
1 answer
asked Dec 5, 2017 in Computers & Internet by Simmi (830 points) | 686 views

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,308 questions
1,469 answers
568 comments
4,809 users