my $dbc = $self->cfg('db') or die("Missing ...cut"); $schema1 = My::Schema->connect( $dbc->{dsn}, $dbc->{username}, $dbc->{password}, $dbc->{attributes}, { mysql_enable_utf8 => 1, }, ); $schema1->storage->sql_maker->quote_char('`'); $schema1->storage->sql_maker->name_sep('.');