Re: [CentOS] Error when installing mysql package

2015-11-15 Thread Johnny Hughes
On 11/15/2015 04:45 AM, Alexander Ni wrote: > Hi all, > > I have tried to install MySQL package but get next: > > [kim@forge tools]$ sudo yum install mysql > [sudo] password for kim: > Loaded plugins: fastestmirror, rhnplugin rpmforge is not really maintaining packages (at least not very

[CentOS] Error when installing mysql package

2015-11-15 Thread Alexander Ni
Hi all, I have tried to install MySQL package but get next: [kim@forge tools]$ sudo yum install mysql [sudo] password for kim: Loaded plugins: fastestmirror, rhnplugin This system is receiving updates from RHN Classic or Red Hat Satellite. Loading mirror speeds from cached hostfile * base:

Re: [CentOS] Error when installing mysql package

2015-11-15 Thread Oscar Osta Pueyo
Hello, Try to update the cache of yum or update your system before install mysql. Best regards, ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS-announce Digest, Vol 129, Issue 7

2015-11-15 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to

Re: [CentOS] Error when installing mysql package

2015-11-15 Thread John R Pierce
On 11/15/2015 2:45 AM, Alexander Ni wrote: This system is receiving updates from RHN Classic or Red Hat Satellite. that doesn't sound like CentOS to me. -- john r pierce, recycling bits in santa cruz ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Error when installing mysql package

2015-11-15 Thread Jussi Hirvi
I would try yum --disablerepo=\* --enablerepo=base --enablerepo=updates install mariadb That would exclude possible conflicts between the base & update repos and more exotic software from other repos. - Jussi ___ CentOS mailing list