NAME
App::AltSQL::Model::MySQL
DESCRIPTION
This module is currently the only Model supported by App::AltSQL.
Upon startup, we will read in $HOME/.my.cnf
and will read and respect the following configuration variables:
- user
- password
- host
- port
- prompt
- safe_update
- select_limit
COPYRIGHT
Copyright (c) 2012 Eric Waters and Shutterstock Images (http://shutterstock.com). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
AUTHOR
Eric Waters <ewaters@gmail.com>
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 29:
Unknown directive: =tiem
- Around line 366:
=cut found outside a pod block. Skipping to next block.
- Around line 373:
=cut found outside a pod block. Skipping to next block.