資料庫config.php檔案內容解釋及替換方法

來源:互聯網
上載者:User

標籤:設定檔   程式   資料庫   網路   網上   

   在網上我們下載的程式,有很多並沒有安裝程式,而是需要我們手動修改資料庫設定檔 有的還需要網站路徑如網域名稱等,下面由魅力網路為大家解釋

<?php
$pe[‘db_host‘] = ‘localhost‘;伺服器名
$pe[‘db_name‘] = ‘cps1‘;資料庫名
$pe[‘db_user‘] = ‘root‘;資料庫使用者名稱
$pe[‘db_pw‘] = ‘‘;資料庫密碼
$pe[‘db_coding‘] = ‘utf8‘;編碼
$pe[‘url_model‘] = ‘pathinfo_safe‘;安全碼
$pe[‘domain_cps‘] = ‘cps.cps.com‘;網站網域名稱 這裡需要改成自己的網站網域名稱 本地調試改成自己的本地目錄如 http://localhost/viicms/
$pe[‘domain_mark‘] = ‘cps.cps.com‘;浮水印或者別的。

define(‘dbpre‘,‘cps_‘);
?>

本地調試的話我改成後的是這樣 我把程式沒有放根目錄 而是放到了viicms檔案夾中 是這樣寫的

<?php$pe[‘db_host‘] = ‘localhost‘;$pe[‘db_name‘] = ‘viicms‘;$pe[‘db_user‘] = ‘root‘;$pe[‘db_pw‘] = ‘root‘;$pe[‘db_coding‘] = ‘utf8‘;$pe[‘url_model‘] = ‘pathinfo_safe‘;$pe[‘domain_cps‘] = ‘http://localhost/viicms/‘;$pe[‘domain_mark‘] = ‘cps.cps.com‘;define(‘dbpre‘,‘cps_‘);?>

有什麼不懂的,或者無法訪問的可以諮詢魅力網路

資料庫config.php檔案內容解釋及替換方法

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.