php에서 mssql 접속하기 (apache,php,yum 은 설치되어 있다고 가정)
1.yum install freetds.x86_64
1) 설정
/etc/freetds.conf
[name]
host = 서버IP
port = 서버PORT
tds versiton = 서버버젼에 맞게
client charset = UTF-8
2) 확인
# /usr/bin/tsql -H ip주소 -p 포트번호 -U db계정 -P 비밀번호
2. yum install php53-mssql.x86_64
phpinfo() 로 확인
3.service httpd restart