Changes between Version 3 and Version 4 of faq/drupal/access-drupal-database-directly
- Timestamp:
- Dec 7, 2007, 9:17:07 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/access-drupal-database-directly
v3 v4 7 7 !https://primary-server/phpmyadmin 8 8 9 Replace "primary-server" with the name of your primary server (such as chavez.mayfirs .org, viewsic.mayfirst.org, malcolm.mayfirst.org, etc.).9 Replace "primary-server" with the name of your primary server (such as chavez.mayfirst.org, viewsic.mayfirst.org, malcolm.mayfirst.org, etc.). 10 10 11 11 You will be prompted for your database username and password. … … 15 15 The settings.php file will be located either in: 16 16 17 {{{ 17 18 domain.org/web/sites/default/settings.php 19 }}} 18 20 19 21 or (if your primary host is viewsic) in: 20 22 23 {{{ 21 24 domain.org/drupal/settings.php 25 }}} 22 26 23 27 In this file, look for the line that says something like: 24 28 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 {{{ 30 mysql://user-name:password@localhost/database_name 31 }}} 32 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.