MySQL Forums
Forum List  »  Install & Repo

Re: yum repo can't find mysql-server
Posted by: Terje Røsten
Date: September 04, 2014 02:13PM

* Jason Baril
>
> I'm experiencing the same proplem with yum repo
> can't find mysql-server did you ever figure this out?

Hi Jason,

there has been some renaming in the yum repo, the MySQL server package
is called mysql-community-server. To install and start MySQL server, use:

# Installing MySQL server package:

yum install mysql-community-server

# Starting MySQL server:

service mysqld start

Options: ReplyQuote


Subject
Written By
Posted
Re: yum repo can't find mysql-server
September 04, 2014 02:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.