Net::MySQL - Pure Perl MySQL network protocol interface.
Net::MySQL is a Pure Perl client interface for the MySQL database. This module implements network protool between server and client of MySQL, thus you don't need external MySQL client library like libmysqlclient for this module to work. It means this module enables you to connect to MySQL server from some operation systems which MySQL is not ported. How nifty!
OPERATING SYSTEM SUPPORTED BY 'Net::MySQL'
This module has been tested on these OSes.
# This list is the environment which I can use by the test usually. # Net::MySQL will operate also in much environment which is not in a list.
Can use on Solaris2.6 with perl5.004_04, although 'make test' is failure.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
IO::Socket
BUG REPORT
When a problem is found, append the following elements and give mail to <oyama@module.jp>.
perl -MNet::MySQL -e 'print Net::MySQL::Password->scramble("hello", "world!", 1), "\n"'
COPYRIGHT AND LICENCE
Copyright (C) 2002 Hiroyuki OYAMA. Japan. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.