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. )