0
我有Windows和Linux服務器。 SQL Server 2005安裝在Windows機器上,我想使用PHP從我的其他Linux服務器連接到Windows數據庫。服務器位於不同的位置。從Linux連接到SQL Server 2005與PHP
我已經嘗試了一切,但沒有成功。這裏是我的phpinfo輸出:
Configure Command './configure' '--with-apxs2' '--with-curl=/usr/local/lib' '--with-gd' '--with-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-mysqli=/usr/bin/mysql_config' '--with-pdo-mysql=/usr' '--with-unixODBC=/usr' '--with-pcre-regex=/usr/local' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xsl' '--with-mssql=/usr/local/freetds' '--with-pdo-dblib=/usr/local' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' '--enable-exif' '--enable-ftp' '--enable-gd-native-ttf' '--enable-magic-quotes' '--enable-safe-mode' '--enable-soap' '--enable-sockets' '--enable-mbstring' '--enable-zip' '--enable-wddx'
ODBC支持,dblib,Mssql已啓用。
Windows機器上沒有防火牆。我從調制解調器轉發了1433端口。我能夠從Windows SQL Studio連接,從WAMP我的機器(本地),但不能從PHP連接:(
有什麼建議?