The database type is unsupported. Please use either mysql for MySQL 3.x & 4.0.x databases, mysqli for MySQL 4.1.x+ databases, or pgsql for PostgreSQL databases. The database information is in your settings.php file.
因為我是直接安裝在虛擬主機上面
這似乎是在說我虛擬主機的mysql版本問題對吧
不曉得我該怎麼去設置??
安裝過好幾種PHP語法的站...似乎drupal安裝方式比較有點不一樣
還蠻想嘗試來試試看這種
我的虛擬主機 MySQL 版本: 5.0.16
還是說因為是5.X版本所以出現上面訊息呢
謝謝
Re: druapl 安 裝問題..請求協助
看起來應該用 database.4.1.mysql 倒到你的MySQL 5.0.16之中, 再把 settings.php 設定一下。
Re: druapl 安 裝問題..請求協助
[quote=Hipfox]看起來應該用 database.4.1.mysql 倒到你的MySQL 5.0.16之中, 再把 settings.php 設定一下。[/quote]
請問我該去settiongs.php 設定哪個部份呢
謝謝...
看來使用這種站型的人似乎也不少
感謝2位的回覆
前鎮子安裝mambo 安裝還蠻順利..倒是碰到一些問題..問的狀況回覆不是很理想.沒啥人要理
感謝感謝
Re: druapl 安 裝問題..請求協助
我進去我的資料庫後台..導入 database.4.1.mysql 數據
結果我的database 資料庫出現了57筆的資料
請教一下..我還需要再settings.php 更改哪邊的資料設定?? 謝謝
Re: druapl 安 裝問題..請求協助
基本上沒特殊的話改 settings.php 這個就可以搞定
$db_url = 'mysql://username:password@localhost/databasename';
把 username, password 以及 databasename 改成你自己的。
Re: druapl 安 裝問題..請求協助
謝謝您的回應
------------------------------------------
* Database URL format:
* $db_url = 'mysql://username:password@localhost/databasename';
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'xxx:xxxxx@localhost/datebasename';
$db_prefix = '';
----------------------------------------------
我也是在這設定好的..請教一下 localhost 地方應該是要輸入我設定好的
伺服器沒錯吧....但是依舊是卡在
------------------------------------------
Unsupported database type
The database type is unsupported. Please use either mysql for MySQL 3.x & 4.0.x databases, mysqli for MySQL 4.1.x+ databases, or pgsql for PostgreSQL databases. The database information is in your settings.php file.
---------------------------------------------
難道會是我申請的dreamhost 虛擬主機商沒有支援嗎??
謝謝大家的幫忙
Re: druapl 安 裝問題..請求協助
$db_url = 'xxx:xxxxx@localhost/datebasename';
你的寫法是什麼呢?可以貼出來嗎...
Re: druapl 安 裝問題..請求協助
可以阿...^^
'xxx:xxxxx@localhost/datebasename'
jupid:11011101@drupal.hefeng.com/hefengdrupal
username:jupid
password:11011101
hostname:drupal.hefeng.com
database:hefengdrupal
我是這樣輸入的
感謝幫忙 ^^
Re: druapl 安 裝問題..請求協助
把
jupid:11011101@drupal.hefeng.com/hefengdrupal
改成
jupid:11011101@localhost/hefengdrupal
試看看
Re: druapl 安 裝問題..請求協助
謝謝您
試過了還是一樣的狀況
非常感謝 ^^
Re: druapl 安 裝問題..請求協助
完整的句子要這樣寫:
$db_url = 'mysql://jupid:11011101@localhost/hefengdrupal';
你有加上「mysql://」嗎?
Re: druapl 安 裝問題..請求協助
感謝您的協助..更改過後..顯示另外的訊息了..
---------------------
Unable to connect to database server
This either means that the username and password information in your settings.php file is incorrect or we can't contact the MySQL database server. This could mean your hosting provider's database server is down.
The MySQL error was: Access denied for user 'jupid'@'zagnut.dreamhost.com' (using password: YES).
Currently, the username is jupid and the database server is localhost.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
----------------------------------
真是怪了..難道是我資料庫問題嗎??
謝謝
Re: druapl 安 裝問題..請求協助
YES....搞定了
非常感謝jimmy的協助
這幾天再試試看安裝其他模組
非常感謝各位的熱心幫忙 ^^
Re: druapl 安 裝問題..請求協助
這訊息是在哪一個步驟出現的? mysql 5 應該也是有支援的。
Re: druapl 安 裝問題..請求協助
[quote=charlesc]這訊息是在哪一個步驟出現的? mysql 5 應該也是有支援的。[/quote]
我是在更改好 settings.php 裡面的
1. $db_url
2. $base_url
設定好我的資料庫部份出現的
謝謝您
Re: druapl 安 裝問題..請求協助
參考這篇看看?
http://tw-drupal.info/node/610