Help for this page

Select Code to Download


  1. or download this
    mysql> SELECT VERSION();
    +-----------+
    ...
    +-----------+
    | 5.1.73    |
    +-----------+
    
  2. or download this
    Running make for M/MI/MICHIELB/DBD-mysql-4.041.tar.gz
    cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm
    cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm
    ...
    dbdimp.h:22:45: error: mysqld_error.h: No such file or directory
    dbdimp.h:24:49: error: errmsg.h: No such file or directory
    In file included from dbdimp.c:20:
    
  3. or download this
    yum -y install make gcc mysql-devel mysql-libs mysql-server
    yum -y install "perl(Test::Deep)" "perl(Test::More)"
    systemctl start mysql.service