Help for this page

Select Code to Download


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