From bb6ed367dae19a6d3a41f78f781f9eaf1d9ef257 Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Tue, 2 Jan 2024 23:49:35 +0100 Subject: [PATCH] ADD: more tests --- plugins/rcpt_mysql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rcpt_mysql b/plugins/rcpt_mysql index 1d8bc46..6da140e 100644 --- a/plugins/rcpt_mysql +++ b/plugins/rcpt_mysql @@ -36,7 +36,7 @@ sub createDSN { my $self = shift; #my $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; - my $dsn = "DBI:mariadb:database=" . $self->{database} . ";host=" . $self->{host} . ";port=" . $self->{port}; + my $dsn = "DBI:MariaDB:database=" . $self->{database} . ";host=" . $self->{host} . ";port=" . $self->{port}; $self->{dsn} = $dsn; # try to parse the dsn to ensure it is valid