forked from aspiers/mysqldiff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
53 lines (35 loc) · 1.26 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
README for MySQL-Diff (guyfawkes)
MySQL-Diff
============
MySQL-Diff is suite of Perl modules and accompanying CLI script for
comparing the schema (table structures) of two MySQL databases.
Prerequisites
-------------
This suite probably requires Perl 5.005 or higher.
Availability
------------
The latest version of MySQL-Diff is available from
http://adamspiers.org/computing/mysqldiff/
and eventually (a possibly slightly older version) from the
Comprehensive Perl Archive Network (CPAN). Visit
<http://www.perl.com/CPAN> to find a CPAN site near you.
Installation
------------
See INSTALL file.
Documentation
-------------
Homepage: http://adamspiers.org/computing/mysqldiff/
Documentation at CPAN: http://search.cpan.org/dist/MySQL-Diff/
Support
-------
Questions, patches, and suggestions for MySQL-Diff should just be sent
to me at <[email protected]>. Bug reports should be submitted
at the website below.
Known bugs
----------
See https://rt.cpan.org/Public/Dist/Display.html?Name=MySQL-Diff
Copyright
---------
(c) 2000-2011 Adam Spiers <[email protected]>, all rights reserved.
This program is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.