Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
drush_sql_url()
contributions/drush/drush_sql/drush_sql.module, line 57
Command callback. Displays the Drupal site's database connection string.
<?php
function drush_sql_url() {
drush_print($GLOBALS['db_url']);
}
?>