diff --git a/includes/destinations.inc b/sites/all/modules/backup_migrate/includes/destinations.inc
index 202ab53..2d18692 100644
--- a/includes/destinations.inc
+++ b/includes/destinations.inc
@@ -52,7 +52,7 @@ function backup_migrate_backup_migrate_destination_types() {
       'file' => drupal_get_path('module', 'backup_migrate') .'/includes/destinations.browser.inc',
       'class' => 'backup_migrate_destination_browser_upload',
     ),
-    'db' => array(
+/*  'db' => array(
       'type_name' => t('Database'),
       'description' => t('Import the backup directly into another database. Database destinations can also be used as a source to backup from.'),
       'file' => drupal_get_path('module', 'backup_migrate') .'/includes/destinations.db.inc',
@@ -65,7 +65,7 @@ function backup_migrate_backup_migrate_destination_types() {
       'file' => drupal_get_path('module', 'backup_migrate') .'/includes/destinations.db.mysql.inc',
       'class' => 'backup_migrate_destination_db_mysql',
       'can_create' => TRUE,
-    ),
+    ),*/
     'ftp' => array(
       'description' => t('Save the backup files to any a directory on an FTP server.'),
       'file' => drupal_get_path('module', 'backup_migrate') .'/includes/destinations.ftp.inc',
