<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Web Resources - Web Resources Depot &#187; Restore</title>
	<atom:link href="http://www.webresourcesdepot.com/tag/restore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Tue, 16 Mar 2010 08:14:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL Backup And Restore Management With MySQLDumper</title>
		<link>http://www.webresourcesdepot.com/mysql-backup-and-restore-management-with-mysqldumper/</link>
		<comments>http://www.webresourcesdepot.com/mysql-backup-and-restore-management-with-mysqldumper/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 15:33:52 +0000</pubDate>
		<dc:creator>Umut M.</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Goodies]]></category>
		<category><![CDATA[Other License]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://www.webresourcesdepot.com/mysql-backup-and-restore-management-with-mysqldumper/</guid>
		<description><![CDATA[MySQL restore is sometimes a bad experience if the database size is bigger than the allowed limit or the execution time of the restore script is not enough. Users generally restore databases with desktop softwares or through the command line in such situations.
MySQLDumper is a backup &#38; restore management script for MySQL Databases, written in [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL restore is sometimes a bad experience if the database size is bigger than the allowed limit or the execution time of the restore script is not enough. Users generally restore databases with desktop softwares or through the command line in such situations.</p>
<p><a href="http://www.mysqldumper.de/en/" target="_blank"><strong>MySQLDumper</strong></a> is a backup &amp; restore management script for MySQL Databases, written in PHP and Perl, which fills this gap and offers a complete control over the databases.</p>
<p><a href="http://www.mysqldumper.de/en/" target="_blank"><img width="480" height="265" alt="Easy Mysql Backup Restore" src="http://www.webresourcesdepot.com/wp-content/uploads/image/easy-mysql-backup.jpg" /></a></p>
<p><strong>MySQLDumper</strong> uses a proprietary technique to avoid execution interruption. It only reads and saves a certain amount of commands and then calls itself via JavaScript and memorizes how far in the process it was and resumes its action from its last standby.</p>
<p><strong>MySQLDumper</strong> offers to write data directly into a compressed gz-File. The Restore-Script is able to read this file directly without unpacking it. Of course you can use it without compression, however using Gzip saves a sizeable amount of bandwidth.</p>
<p>Users can get e-mail notifications after the automated backup process:<br />
<a href="http://www.mysqldumper.de/en/" target="_blank"><img width="480" height="146" alt="Easy Mysql Restore" src="http://www.webresourcesdepot.com/wp-content/uploads/image/easy-mysql-restore.jpg" /></a></p>
<h3>Features</h3>
<ul>
<li><strong>MySQLDumper</strong> can read dumpfiles from other scripts via the integrated parser (for example from phpMyAdmin).</li>
<li>Security: <strong>MySQLDumper</strong> can generate a .htaccess-file to protect itself and all of your backup-files.</li>
<li><strong>MySQLDumper</strong> can do multipart-backups. That means: <strong>MySQLDumper</strong> can automatically split the dumpfile if it gets bigger than your chosen size. When you want to restore a backup and choose the wrong part &#8211; it doesn&#8217; matter: <strong>MySQLDumper</strong> will notice that and will get the correct start file automatically.</li>
<li>Automatic error module.</li>
<li>MiniSql: You have access to your MySQL-Tables. You can delete tables, edit or insert data. You can run/ save any SQL-statement.</li>
<li>Database-overview: look at running processes or even stop them.</li>
<li>Very good file-overview: backups of the same database are shown as one entry. Click it to see all of the files.</li>
<li>Automatic file-deletion: set your own rules to delete old backups. Specify the age or the number of files when it will be deleted automatically to save server webspace.</li>
<li>Perl cron script: all features of the PHP-Script are now integrated in the Perl script that can be started via a cron job.</li>
<li>Configuration can be set seperatly for each script (PHP and Perl).</li>
<li>Before you start a backup all your parameters are shown again, so you definitely know what you are doing.</li>
<li>Send e-mails with or without your dump file attached / you can set the maximum size of the attachement. If it grows bigger it won&#8217;t be attached.</li>
<li>Send dumpfiles via FTP to another server. This is also working using the multipart feature.</li>
</ul>
<p><strong>Special Downloads:</strong><br />
<a href="http://www.webresourcesdepot.com/?download=jBasket" target="_blank">Ajaxed Add-To-Basket Scenarios With jQuery And PHP</a><br />
<a href="http://www.webresourcesdepot.com/?download=Free-Admin-Template" target="_blank">Free Admin Template For Web Applications</a><br />
<a href="http://www.webresourcesdepot.com/?download=jQuery-Dynamic-Drag-Drop" target="_blank">jQuery Dynamic Drag&#8217;n Drop</a><br />
<a href="http://www.webresourcesdepot.com/?download=sTwitter-1-0" target="_blank">ScheduledTweets</a></p>
<p><strong>Advertisements:</strong><br />
<a href="http://www.sslmatic.com" target="_blank">SSLmatic &#8211; Cheap SSL Certificates (from $19.99/year)</a><br />
<a href="http://twitter.com/umutm" target="_blank">Follow WebResourcesDepot At Twitter And Get More Resources!</a></p>

	Tags: <a href="http://www.webresourcesdepot.com/tag/backup/" title="Backup" rel="tag">Backup</a>, <a href="http://www.webresourcesdepot.com/tag/database/" title="Database" rel="tag">Database</a>, <a href="http://www.webresourcesdepot.com/tag/mysql/" title="Mysql" rel="tag">Mysql</a>, <a href="http://www.webresourcesdepot.com/tag/restore/" title="Restore" rel="tag">Restore</a><br />

	<h4>Related posts</h4>
	<ul class='st-related-posts'>
	<li><a href="http://www.webresourcesdepot.com/test-sample-data-generators/" title="Test (Sample) Data Generators (February 8, 2008)">Test (Sample) Data Generators</a></li>
	<li><a href="http://www.webresourcesdepot.com/connection-string-examples-for-all-data-sources/" title="Connection String Examples For All Data Sources (February 6, 2008)">Connection String Examples For All Data Sources</a></li>
	<li><a href="http://www.webresourcesdepot.com/winners-of-webyog-mysql-tools-giveaway/" title="Winners Of Webyog MySQL Tools Giveaway (August 25, 2009)">Winners Of Webyog MySQL Tools Giveaway</a></li>
	<li><a href="http://www.webresourcesdepot.com/wiki-like-project-management-tool-streber/" title="Wiki-Like Project Management Tool: Streber (May 26, 2008)">Wiki-Like Project Management Tool: Streber</a></li>
	<li><a href="http://www.webresourcesdepot.com/webyog-mysql-tools-giveaway/" title="Webyog MySQL Tools Giveaway (August 18, 2009)">Webyog MySQL Tools Giveaway</a></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.webresourcesdepot.com/mysql-backup-and-restore-management-with-mysqldumper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 8/21 queries in 0.065 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-16 11:38:53 -->