-
Notifications
You must be signed in to change notification settings - Fork 2
tsucchi/p5-Net-MySQL
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Net::MySQL
==========
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!
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
DIGEST::SHA1
BUG REPORT
When a problem is found, please submit a bug report
to RT http://rt.cpan.org/ with following information
* The version and platform of Perl which are used.
* The version and platform of MySQL server.
* All the error messages generated with the problem.
* The sample code which can reproduce the problem.
* The execution result of the following code:
perl -MNet::MySQL -e 'print Net::MySQL::Password->scramble("hello", "world!", 1), "\n"'
* The output result which attached and operated the 'debug'
option to Net::MySQL.
COPYRIGHT AND LICENCE
Copyright (C) 2002-2011 Hiroyuki OYAMA. Japan. All rights reserved.
Copyright (C) 2011 Takuya Tsuchida
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
About
Pure Perl MySQL network protocol interface.
Resources
Stars
Watchers
Forks
Packages 0
No packages published