Reputation: 33
I tried to install mysql
on centos-7
for first time, and I did these steps
when I reach the step two
I got this error
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.ges.net.pk
* epel: mirror.hostnet.nl
* extras: mirror.natro.com
* updates: mirror.radoreservers.com
No package mysql-community-server available.
Error: Nothing to do
Upvotes: 0
Views: 3053
Reputation: 773
1: wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
2: rpm -ivh mysql-community-release-el7-5.noarch.rpm
3: yum install -y mysql-community-server
Upvotes: 1