<div dir="ltr"><div>I prefer to backup MySQL using cron automated scripts. This is just boils down to a simple:<br><br>mysqldump db_name | gzip -c > db_name.sql.gz <br><br>If there is a need for a remote copy, then the dump is sent via rsync to another server, and that is all that is needed. You can keep one backup per week day (Sat, Sun, ...), and also keep an older backup from a month ago.<br>
<br>Monitoring depends on what you want monitored. Munin provides historical graphs for MySQL (and other services). The monitored things that come by default on Ubuntu (and I assume Debian) when you install Munin from the repos are the following:<br>
<br></div><div>- Queries: Select, Update, Delete, Insert and cache hits per seconds.<br></div><div>- Number of slow queries per second<br></div><div>- Number of MySQL threads<br></div><div>- Throughput (bytes received/sent per second)<br>
</div><div><br>The following are also available, but not enabled by default:<br>- InnoDB stats<br></div><div>- Log activity (binary log)<br><br></div><div>All the above is plotted in different graphs, by day, week, month and year.<br>
</div><div><br>You can add other things that you can query MySQL for, e.g. anything that can be queries via SHOW VARIABLE, SHOW STATUS, ...etc.)<br><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Feb 14, 2014 at 3:06 PM, Joe Wennechuk <span dir="ltr"><<a href="mailto:youcanreachmehere@hotmail.com" target="_blank">youcanreachmehere@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello All.<br>
<br>
I am looking for an open source free mysql backup and monitoring tool. I would like to have a web GUI where I can see the status of all of my servers and backups. Similar to <a href="http://www.manageengine.com/sql-server-monitoring-launch.html" target="_blank">www.manageengine.com/sql-server-monitoring-launch.html</a><br>

<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com" target="_blank">2bits.com</a>, Inc.<br>Fast Reliable Drupal<br>Drupal optimization, development, customization and consulting.<br>
Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>For every complex problem, there is an answer that is clear, simple, and wrong." -- H.L. Mencken<br>

</div>