Skip to content

Instantly share code, notes, and snippets.

@rakauchuk
Created July 9, 2013 09:13
Show Gist options
  • Save rakauchuk/5955897 to your computer and use it in GitHub Desktop.
Save rakauchuk/5955897 to your computer and use it in GitHub Desktop.
CentOS Web Server to a SQL Server
rpm -ivh http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
cd /etc/yum.repos.d/
wget http://rpms.famillecollet.com/enterprise/remi.repo
yum install freetds
yum install freetds-devel
yum install --enablerepo=remi php-mssql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment