Help for this page

Select Code to Download


  1. or download this
     - mysql.pm          -> C:\Perl64\lib\DBD
     - mysql\GetInfo.pm  -> C:\Perl64\lib\DBD\mysql
     - mysql\INSTALL.pod -> C:\Perl64\lib\DBD\mysql
    
  2. or download this
    use DBI;
    my $url = sprintf('DBI:%s:%s:%s', $driver, $database, $hostname);
    ...
            $password,
            {RaiseError => 1, AutoCommit => 1}
        )
    
  3. or download this
    install_driver(mysql) failed: Can't locate loadable object for module 
    +DBD::mysql in @INC (@INC contains: ../ C:\Program Files (x86)\ActiveS
    +tate Komodo IDE 8\lib\support\dbgp\perllib c:/Perl64/site/lib c:/Perl
    +64/lib .) at (eval 31)[c:/Perl64/lib/DBI.pm:783] line 3.
    Compilation failed in require at (eval 31)[c:/Perl64/lib/DBI.pm:783] l
    +ine 3.
    Perhaps a module that DBD::mysql requires hasn't been fully installed