Help for this page
my $dsn = 'DBI:MariaDB:database=my_db;host=localhost'; my $dbh = DBI->connect($dsn, 'root', '');
$ cd DBD-MariaDB-master $ perl Makefile.PL $ make $ make test $ make install