The Remi Repo is a yum repository maintained by a French dude - Remi Collet. It contains much more up to date packages (January 2012) such as MySQL 5.5 and PHP 5.3. Heres how I installed it on CentOS. su - cd /etc/yum.repos.d wget http://rpms.famillecollet.com/enterprise/remi.repo   This file provides configuration for remi and remi-test repositories. Note: The repository is not enabled on install (enabled=0). You need to enable it when you need it, for example : yum --enablerepo=remi install mysql-server or edit /etc/yum.repos.d/remi.repo and change enabled=0 to enabled=1 to enable it permanently.  

相关文章:

  • 2022-02-20
  • 2021-08-29
  • 2022-12-23
  • 2022-01-07
  • 2021-10-05
  • 2022-02-05
  • 2022-12-23
猜你喜欢
  • 2021-07-11
  • 2021-12-16
  • 2022-12-23
  • 2021-11-27
  • 2021-12-01
  • 2022-03-01
相关资源
相似解决方案