php聯結 主機 sqlserver2008資料庫

來源:互聯網
上載者:User
php串連 主機 sqlserver2008資料庫

在區域網路中 php訪問 主機中的sqlserver2008資料庫 ,本機apache配置正常,串連本機ip沒問題,訪問主機的資料庫就報錯,請教!
代碼如下:

$dbhost = "192.168.16.116";//資料庫主機名稱
$dbuser = "sa";//資料庫使用者名稱
$dbpassword = "mypwd";//資料庫密碼
$dbname = "jmsys";//資料庫名

$conn=mssql_connect($dbhost,$dbuser,$dbpassword);
if(!mssql_select_db($dbname,$conn)){
die("SQL ERROR:".$this->db_dbName);
}
$sql = "SELECT top 1 liin_id FROM listinfo2";
$result = mssql_query($sql,$conn);
$profile = mssql_fetch_array($result);
?>





序號




分享到: 更多


------解決方案--------------------
從 sqlserver2005 起,遠端連線需要伺服器端授權
串連本機ip沒問題,說明程式和配置都無問題
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.