Help for this page

Select Code to Download


  1. or download this
    perl -MCPAN -e'install DBI::DBD' 
    perl -MCPAN -e'install DBD::mysql'
    
  2. or download this
    ./configure --prefix=/usr/local/mysql --without-server
    
  3. or download this
    make 
    make install
    
  4. or download this
    By this time, you will have a beautiful set of mysql command line util
    +ities compiled under Cygwin on /usr/local/mysql
    
    ...
    perl Makefile.PL --testhost=127.0.0.1
    
    (this will give you a couple of errors regarding missing header files,
    + mysqld_error.h and possibly others. open the offending file, change 
    +the #include <file.h> to #include "file.h". The missing files are sti
    +ll on the My SQL? source code location and should be copied here. )