Changes between Version 3 and Version 4 of faq/drupal/access-drupal-database-directly


Ignore:
Timestamp:
Dec 7, 2007, 9:17:07 PM (18 years ago)
Author:
Daniel Kahn Gillmor
Comment:

cleanup/formatting

Legend:

Unmodified
Added
Removed
Modified
  • faq/drupal/access-drupal-database-directly

    v3 v4  
    77 !https://primary-server/phpmyadmin
    88
    9 Replace "primary-server" with the name of your primary server (such as chavez.mayfirs.org, viewsic.mayfirst.org, malcolm.mayfirst.org, etc.).
     9Replace "primary-server" with the name of your primary server (such as chavez.mayfirst.org, viewsic.mayfirst.org, malcolm.mayfirst.org, etc.).
    1010
    1111You will be prompted for your database username and password.
     
    1515The settings.php file will be located either in:
    1616
     17{{{
    1718domain.org/web/sites/default/settings.php
     19}}}
    1820
    1921or (if your primary host is viewsic) in:
    2022
     23{{{
    2124domain.org/drupal/settings.php
     25}}}
    2226
    2327In this file, look for the line that says something like:
    2428
    25  !mysql://user-name:password@localhost/database_name
    26 
    27 In your settings.php file, your db username and password will be separated by a colon, as in the example above. Use this information to login via phpMyAdmin.
     29{{{
     30mysql://user-name:password@localhost/database_name
     31}}}
     32In your `settings.php` file, your db username and password will be separated by a colon, as in the example above. Use this information to login via phpMyAdmin.