Mail-Toaster

 view release on metacpan or  search on metacpan

doc/modules/Mysql.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Mail::Toaster::Mysql</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@tenten-slave.macports.org" />
</head>

<body style="background-color: white">



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#SUBROUTINES">SUBROUTINES</a></li>
  <li><a href="#DEPENDENCIES">DEPENDENCIES</a></li>
  <li><a href="#AUTHOR">AUTHOR</a></li>
  <li><a href="#BUGS">BUGS</a></li>
  <li><a href="#TODO">TODO</a></li>
  <li><a href="#SEE-ALSO">SEE ALSO</a></li>
  <li><a href="#COPYRIGHT">COPYRIGHT</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>Mail::Toaster::Mysql - so much more than just installing mysql</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<p>Functions for installing, starting, stopping, querying, and otherwise interacting with MySQL.</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>I find myself using MySQL for a lot of things. Geographically distributed dns systems (MySQL replication), mail servers, and all the other fun stuff you&#39;d use a RDBMS for. As such, I&#39;ve got a growing pile of scripts that have lots of dupli...

<pre><code>       Currently used in:
  mysql_replicate_manager v1.5+
  uron.net user_*.pl
  polls.pl
  nt_export_djb_update.pl
  toaster_setup.pl</code></pre>

<h1 id="SUBROUTINES">SUBROUTINES</h1>

<dl>

<dt id="new">new</dt>
<dd>

<pre><code>        use Mail::Toaster::Mysql;
        my $mysql = Mail::Toaster::Mysql-&gt;new();</code></pre>

</dd>
<dt id="autocommit">autocommit</dt>
<dd>

</dd>
<dt id="backup">backup</dt>
<dd>



( run in 0.485 second using v1.01-cache-2.11-cpan-1edf4fed603 )