<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; freetds</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/freetds/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下php连接SQL Server 2000数据库</title>
		<link>https://www.osyunwei.com/archives/5016.html</link>
		<comments>https://www.osyunwei.com/archives/5016.html#comments</comments>
		<pubDate>Sun, 05 Aug 2012 03:33:27 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[freetds]]></category>
		<category><![CDATA[php连接SQL Server]]></category>

		<guid isPermaLink="false">http://www.osyunwei.com/?p=5016</guid>
		<description><![CDATA[说明： Linux服务器系统：CentOS 5.5 Web环境：LAMP或者LNMP Windows服务器系统：Windows Server 2003 Windows服务器IP地址：192.168.21.134 数据库环境：SQL Server 2000数据库 数据库账号：sa 数据库密码：123456 实现目的：Linux服务器中的php程序能够连接到Windows服务器中的SQL Server 2000数据库 具体步骤： 一、在Linux服务器中安装freetds 1、安装编译工具及驱动程序 yum install make apr* autoconf automake gcc gcc-c++ wget 2、安装unixODBC驱动程序 yum -y install unixODBC unixODBC-devel 3、安装freetds cd /usr/local/src wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-stable.tgz  #下载 gunzip freetds-stable.tgz   #解压 tar -xvf freetds-stable.tar cd freetds-0.91 ./configure --prefix=/usr/local/freetds --with-tdsver=8.0 --with-unixodbc=/usr --enable-msdblib  #配置 make  [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/5016.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/5016.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
