Heim >Datenbank >MySQL-Tutorial >Linux系统下让PHP连sql server2000

Linux系统下让PHP连sql server2000

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-07 16:51:451046Durchsuche

在一台Linux的机器上使用php(4.x)能够连sql server2000的数据库apt-get install php-odbc unixODBC-devel unixODBC或者是yum ins

Linux公社

首页 → 数据库技术

背景:

阅读新闻

Linux系统下让PHP连sql server2000

[日期:2008-05-09] 来源:Linux公社  作者:Linux整理 [字体:]

在一台Linux的机器上使用php(4.x)能够连sql server2000的数据库

apt-get install php-odbc unixODBC-devel unixODBC

或者是

yum install php-odbc unixODBC-devel unixODBC

然后再从这里()当下freetds的源码

cd /tmp

wget

tar xzvf freetds-stable.tgz

cd freetds-*

./configure –prefix=/usr/local/freetds –with-tdsver=8.0 –with-unixodbc=/usr

(这里因为是连sql server2000,所以用“–with-tdsver=8.0”)

make;make install

vim /usr/local/freetds/etc/tds.driver.template

在文件中插入:

[FreeTDS]
Description = v0.64 with protocol v8.0
Driver = /usr/local/freetds/lib/libtdsodbc.so

(这里的freetds的版本是0.64)

然后安装driver

odbcinst -i -d -f /usr/local/freetds/etc/tds.driver.template

再然后建dsn吧

vim /usr/local/freetds/etc/tds.datasource.template

填写内容:

[MSSQLTestServer]
Driver = FreeTDS
Description = test sample database
Trace = No
Server = 192.168.1.1
Port = 1433
Database = testdb

再接着

odbcinst -i -s -f /usr/local/freetds/etc/tds.datasource.template -l

再重起apache

这会儿php就支持连sql server2000的库了。 

linux

  • 0
  • Linux系统下ybase因环境变量无法启动解决一例

    Linux操作系统下MySQL的查看

    相关资讯       PHP  SQL Server2000  Linux PHP 

    图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    Linux公社简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,仅为提供更多信息,,也不构成任何建议。


    Copyright © 2006-2014 Linux公社 All rights reserved 浙ICP备06018118号

    Stellungnahme:
    Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn