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;