The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MySQL::Privilege::Reader - Determines which privileges are valid for a given MySQL Database Connection

VERSION

Version 0.01

SYNOPSIS

This modules reads, parses and returns a convenient (*) data structure with all the available access privileges found in a given MySQL database connection.

(*) Convenient for me. If this is not exactly convenient for you, please feel free to write me and ask for a more convenient data structure, and I will be happy to build it into this module.

METHODS

get_privileges

AUTHOR

Luis Motta Campos, <lmc at cpan.org>

BUGS

Please report any bugs or feature requests to bug-mysql-privilege-reader at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MySQL-Privilege-Reader. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc MySQL::Privilege::Reader

You can also look for information at:

ACKNOWLEDGEMENTS

LICENSE AND COPYRIGHT

Copyright 2010 Luis Motta Campos.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991 or at your option any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

A copy of the GNU General Public License is available in the source tree; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.