Page 1 of 1

Error getting repository data for upgrade

Posted: Wed Sep 15, 2010 2:30 pm
by IP-Burn3r
I have been trying to upgrade php and mysql using the command:

Code: Select all

yum --enablerepo upgrade mysql
I'm then getting the following errors:

Loaded plugins: fastestmirror
Error getting repository data for upgrade, repository not found.


any ideas what might be the problem here?

Re: Error getting repository data for upgrade

Posted: Wed Sep 15, 2010 3:30 pm
by biggles
Well, you must tell which repo to enable, for example:

Code: Select all

yum --enablerepo=reponame mysql upgrade