Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupal 6はどのようにデータベースに接続しますか?私はデータベース名、ユーザー、パスワードを要求するsetting.phpファイルを持っているDrupal 7に慣れていますが、Drupal6のsetting.phpファイルは完全に異なります。
$db_urlサイトのsettings.phpファイルで変数を設定する必要があります。
$db_url
例
// mysql://username[:password]@hostname[:port]/databasename $db_url = 'mysql://root@localhost/testdrupal';