 
    
<?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>phpmyadmin Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/phpmyadmin/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Thu, 28 Mar 2013 11:31:10 +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 Restore a Database Using phpMyAdmin</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-restore-a-database-using-phpmyadmin/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Thu, 28 Mar 2013 11:31:10 +0000</pubDate>
				<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[restore database]]></category>
		<guid isPermaLink="false">http://complete-concrete-concise.com/?p=2738</guid>

					<description><![CDATA[<p>This tutorial is for phpMyAdmin version 3.5.5. It may be the same or similar for other versions, but no guarantee is made. Note: the preferred method to restore your database is to use the restore database service provided by your web host. If your web host does not provide such services, then you can use [&#8230;]</p>
<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-restore-a-database-using-phpmyadmin/">How to Restore 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 may be the same or similar for other versions, but no guarantee is made.</p>
</div>
<div class="c4">
<p><strong>Note:</strong> the preferred method to restore your database is to use the restore 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 do the restoring 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></p>
<p>2) maximum time a <code>php</code> 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></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?w=586" alt="" border="0" class="centered" data-recalc-dims="1"/></a></p>
<p><strong>2) Click</strong> on the database you want to restore:</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?w=586" alt="" border="0" class="centered" data-recalc-dims="1"/></a></p>
<p><strong>3) Click</strong> on the tab <u>Import</u>:</p>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/restore-db-phpmyadmin-3-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/restore-db-phpmyadmin-3-thumb.png" alt="" border="0" class="centered"/></a></p>
<p><strong>4) Click</strong> on <u>Browse</u> and select the database to upload. <strong>Ensure</strong> the <u>Format</u> is <u>SQL</u> and <strong>click</strong> on <u>Go</u>:</p>
<div class="c1">
<p><strong>Note:</strong> your web host provider will have established maximum file sizes you can upload. If the file you select is greater than this size, you will not be able to upload and restore the database.</p>
<p>You can compress the file to reduce its size (if it is not already compressed), using any of the formats listed in the <u>Import</u> screen. Just ensure the file name is in the form specified.</p>
</p></div>
<p><a href="//complete-concrete-concise.com/wp-content/uploads/2013/03/restore-db-phpmyadmin-4-big.png" target="_blank"><img decoding="async" src="//complete-concrete-concise.com/wp-content/uploads/2013/03/restore-db-phpmyadmin-4-thumb.png" alt="" border="0" class="centered"/></a></p>

<p>The post <a href="https://complete-concrete-concise.com/web-tools/how-to-restore-a-database-using-phpmyadmin/">How to Restore a Database Using phpMyAdmin</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<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>
