linux - Yum is not able to update on CentOS 6 -


this message m getting while update yum

[root@n yum.repos.d]# yum update  setting update process http://repo.mysql.com/yum/mysql-5.6-community/fc/6/x86_64/repodata/repomd.xml: [errno 14] http error 404 : http://repo.mysql.com/yum/mysql-5.6-community/fc/6/x86_64/repodata/repomd.xml trying other mirror. error: cannot retrieve repository metadata (repomd.xml) repository: mysql56-community. please verify path , try again 

can 1 me how can solve problem

you getting http 404. error code means "not found". have repository mysql outdated. check

/etc/yum.repos.d 

for repository broken , remove .repo file. yum update should run now.

if need mysql can check digitalocean howto. mysql server included in standard centos6 repository. package name is:

mysql-server 

Comments