您在這裡

database 問題

nick012hk's 的頭像
nick012hk 在 2008-06-05 (四) 19:37 發表

它一直出現這個問題

If you are the maintainer of this site, please check your database settings in the settings.php file and ensure that your hosting provider's database server is running. For more help, see the handbook, or contact your hosting provider.

The mysql error was: Can't connect to MySQL server on 'free-site-host.com' (10061).

我肯定我的 id password 和 host 是正確的 為什麼連不上呢
除了settings.php 要改還有什麼要改呢?

設定檔在 網站目錄/sites/default/settings.php

$db_url 格式︰
[資料庫種類]://[資料庫連線帳號]:[密碼]@[連線主機(host)位址]/[資料庫名稱]
上篇的連結,意思是...
[要連到MySQL資料庫]://[帳號是 username]:[密碼是 password]@[連到同一台機器上的...]/[一個叫作"databasename"的資料庫]

不是很清楚你的問題,所以把想到的答案都寫進來...
希望能有點幫助...

我只是一個撰碼員,靠寫程式過活。
自從 Drupal 在 4.7 版的時候知道他的存在,但是後來跳去其它程式語言很久沒回來。
變成 D5 比較熟,D6 知道一點,D7 還在學的狀況…

對,很有可能
你是用 free-site-host.com 嗎?
mysql host 應該是設定為 localhost

http://www.free-site-host.com/faq.jsp#53

5.3 How do i connect to MYSQL?

To connect to mysql you must use the following details

database name = username_dbname
database user = username_dbuser
host = localhost
port = default
database password = dbpassword