diff --git a/lib/IdPAccountManager/Data/DB/AutoBase1.pm b/lib/IdPAccountManager/Data/DB/AutoBase1.pm
deleted file mode 100644
index cef561fa9498d4521c4d500ede944f1a03b0f161..0000000000000000000000000000000000000000
--- a/lib/IdPAccountManager/Data/DB/AutoBase1.pm
+++ /dev/null
@@ -1,18 +0,0 @@
-package IdPAccountManager::Data::DB::AutoBase1;
-
-use strict;
-
-use base 'Rose::DB';
-
-__PACKAGE__->use_private_registry;
-
-__PACKAGE__->register_db
-(
-  connect_options => { AutoCommit => 1, ChopBlanks => 1 },
-  driver          => 'mysql',
-  dsn             => 'dbi:mysql:dbname=idp_account_manager;host=localhost',
-  password        => 'PQur;m9#I[',
-  username        => 'idpadmin',
-);
-
-1;