Help for this page

Select Code to Download


  1. or download this
    line 3: use DBI;
    
    ...
        or die "Couldn't open database: $DBI::errstr; stopped";
    line 22: my $dbh2 = DBI->connect('DBI:mysql:database_name2;host=localh
    +ost;port=3306', 'username', 'password')
        or die "Couldn't open database: $DBI::errstr; stopped";
    
  2. or download this
    install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC 
    (@INC contains: /home/domainname/public_html/cgi-bin/ //perl5/lib/perl
    +5 
    ...
    or perhaps the capitalisation of 'mysql' isn't right.
    Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, SQLite, Spo
    +nge.
     at /home/domainname/public_html/cgi-bin/events_db_embed.pl line 20.