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.

最新文章

  1. 微信的audio无法自动播放的问题
  2. Character类的2个定义大小写方法以及charAt(int index)方法
  3. javascript (js)判断手机号码中国移动、中国联通、中国电信
  4. Windows环境下32位汇编语言程序设计(典藏版)
  5. github上的版本和本地版本冲突的解决方法
  6. python_遇到问题
  7. Applescript 带参数调用某个App的方法
  8. 105、android:windowSoftInputMode属性详解
  9. less-3-混合
  10. 腾讯CMEM的PHP扩展(转载)
  11. LintCode (9)Fizz Buzz
  12. USB 设备插拔事件处理
  13. maven 的 snapshot 和 release 的区别
  14. 最大流当前弧优化Dinic模板
  15. 剑指架构师系列-ftp服务器
  16. 用Vue实现状态列表的操作涵盖所有的知识点
  17. 图片转base64上传,视频同理。
  18. 详解MySQL数据表类型
  19. onsyscommand
  20. Cisco交换机堆叠与HSRP之间的区别

热门文章

  1. DNS笔记 DNS区域集成到 Active Directory
  2. Incorrect integer value: '' for column 'id' at row 1
  3. [Linux] Ubuntu Server 12.04 LTS 平台上搭建WordPress(Nginx+MySQL+PHP) Part IV
  4. VPN连接失败
  5. 通过HttpClient方式连接网络
  6. 在Javascript操作JSON对象,增加 删除 修改
  7. c++ 类与函数中static变量初始化问题(转)
  8. python实现 _ 图书馆书籍到期之前_自动邮件提醒
  9. laravel 笔记
  10. Ruby on Rail学习笔记