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


Ignore:
Timestamp:
Aug 27, 2007, 1:48:48 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

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

    v2 v3  
    2323In this file, look for the line that says something like:
    2424
    25 mysql://user-name:password@localhost/database_name
     25 !mysql://user-name:password@localhost/database_name
    2626
    2727In 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.