-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
38 lines (24 loc) · 998 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DBD::mysqlPP - Pure Perl MySQL driver for the DBI
=====================================================================
DBD::mysqlPP is a Pure Perl MySQL dirver for the Perl5 Database
Interface(DBI). 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
Check that 'make test' of Net::MySQL is successful.
DEPENDENCIES
This module requires these other modules and libraries:
DBI
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.