 
    
<?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>export database Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/export-database/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/export-database/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Tue, 26 Mar 2013 05:01:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>How to Backup a Database Using phpMyAdmin</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-backup-a-database-using-phpmyadmin/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 05:01:48 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[backup database]]></category>
		<category><![CDATA[export database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[save database]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2728</guid>

					<description><![CDATA[<p>This tutorial is for phpMyAdmin version 3.5.5. It is probably the same for other versions, but no guarantee is made. Note: the preferred method to backup a database is to use the backup database service provided by your web host. If your web host does not provide such services, then you can use this method [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-backup-a-database-using-phpmyadmin/">How to Backup a Database Using phpMyAdmin</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="c1">
<p>This tutorial is for phpMyAdmin version 3.5.5.</p>
<p>It is probably the same for other versions, but no guarantee is made.</p>
</div>
<div class="c4">
<p><strong>Note:</strong> the preferred method to backup a database is to use the backup database service provided by your web host.</p>
<p>If your web host does not provide such services, then you can use this method for &#8220;small&#8221; databases.</p>
<p>The definition of &#8220;small&#8221; depends on your <code>php.ini</code> settings.</p>
<p>Because this method uses <code>php</code> to backup a database there are two <code>php</code> limits you need to be aware of:
</p>
<p>1) maximum file upload size: this is controlled by the entry <code>upload_max_filesize = <em>size in bytes</em></code> in <code>php.ini</code>. This is not an issue for backing up the database, but it can be an issue when you try to restore a database (presumably, you backup up a database in case you need to restore it in future).</p>
<p>2) maximum time a php script is allowed to run: this is controlled by the entry <code>max_execution_time = <em>number of seconds</em></code> in <code>php.ini</code>. The larger the database, the more time it takes to traverse it and create a backup.</p>
<p>These settings are usually not accessible to you (especially if you have a shared hosting plan).</p>
<p>In general, these limits should not be an issue for the average personal or small business website.</p>
</div>
<div class="c2">
<p>Images may be clicked for full-sized versions.</p>
</div>
<p><strong>1) Open</strong> your <u>phpMyAdmin</u> panel:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-1-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-1-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>2) Click</strong> on the database you want to backup:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-2-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-2-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>3) Click</strong> on the tab <u>Export</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>4) Ensure </strong> that <u>Export Method</u> is <u>Quick</u> and <u>Format</u> is <u>SQL</u>, then <strong>click</strong> on <u>Go</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/backup-db-phpmyadmin-4-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>5) Save</strong> the resulting file. Depending on which web browser you are using, you may be prompted in various ways to save the file. Save the file in a secure location if you should need to restore it in future.</p>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-backup-a-database-using-phpmyadmin/">How to Backup a Database Using phpMyAdmin</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
