<?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>Database &#8211; Techawaken</title>
	<atom:link href="https://www.techawaken.com/tag/database/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.techawaken.com</link>
	<description>Techawaken shares articles and experience in PHP, MySql, Magento,Joomla, Wordpress, JQuery, Javascript etc.</description>
	<lastBuildDate>Tue, 09 May 2017 18:42:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to drop all tables in MySQL database</title>
		<link>https://www.techawaken.com/drop-tables-mysql-database/</link>
				<comments>https://www.techawaken.com/drop-tables-mysql-database/#respond</comments>
				<pubDate>Sat, 11 Feb 2017 18:40:25 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=775</guid>
				<description><![CDATA[<p>Once I faced a situation wherein I had no option to delete the database and was limited to use only the MySQL command line. I wasted a lot of time find and trying different ways to delete all tables in the database. So, I thought it will be worth sharing things that ultimately worked for me.</p>

<pre>
$ mysqldump -hHOSTNAME -uUSERNAME -pPASSWORD --add-drop-table --no-data DB_NAME &#124; grep -e '^DROP \&#124; FOREIGN_KEY_CHECKS' &#124; mysql -hHOSTNAME -uUSERNAME -pPASSWORD DB_NAME;
</pre>

<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/backup-mysql-database-command-line/" rel="bookmark" title="How to backup mysql database from command line">How to backup mysql database from command line </a></li>
<li><a href="https://www.techawaken.com/restore-mysql-database-command-line/" rel="bookmark" title="How to restore mysql database from command line">How to restore mysql database from command line </a></li>
<li><a href="https://www.techawaken.com/duplicating-a-database-in-mysql/" rel="bookmark" title="Duplicating a database in MySql">Duplicating a database in MySql </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/drop-tables-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to Optimize a MySQL Database using phpMyAdmin?</title>
		<link>https://www.techawaken.com/optimize-mysql-database-phpmyadmin/</link>
				<comments>https://www.techawaken.com/optimize-mysql-database-phpmyadmin/#respond</comments>
				<pubDate>Sun, 06 Apr 2014 15:18:20 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Optimize]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=480</guid>
				<description><![CDATA[Optimizing Table in database is just like the doing Disk Defragmentation in your PC.

Optimize Table should be used if you have deleted a large part of a table or if you have made many changes to a table with variable length rows, such as VARCHAR, TEXT, BLOB or VARBINARY columns. Deleted rows are maintained in the linked list and insert operations reuse the old row positions. You can use "Optimize Table" to reclaim unused space and defragment the data file for optimal performance. If a lot of changes have been made to a table, optimizing the table can sometimes significantly improve performance.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/" rel="bookmark" title="Importing large database (&gt; 2 MB) using phpMyAdmin">Importing large database (> 2 MB) using phpMyAdmin </a></li>
<li><a href="https://www.techawaken.com/clean-magento-database-logs-faster-performance/" rel="bookmark" title="Clean up Magento database logs for Faster Performance">Clean up Magento database logs for Faster Performance </a></li>
<li><a href="https://www.techawaken.com/installing-magento-with-sample-database/" rel="bookmark" title="Installing Magento with sample database">Installing Magento with sample database </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/optimize-mysql-database-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Importing large database (&gt; 2 MB) using phpMyAdmin</title>
		<link>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/</link>
				<comments>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/#respond</comments>
				<pubDate>Wed, 15 Jan 2014 18:47:53 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[Upload]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=446</guid>
				<description><![CDATA[If you try importing a mysql database backup file greater than 2 MB then you may receive an error - <span style="color: #ff0000;">"No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16."</span>. No Worries! you just need to make few changes to your php.ini file.<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/disable-post-revisions-wordpress/" rel="bookmark" title="Disable Post Revisions in WordPress">Disable Post Revisions in WordPress </a></li>
<li><a href="https://www.techawaken.com/duplicating-a-database-in-mysql/" rel="bookmark" title="Duplicating a database in MySql">Duplicating a database in MySql </a></li>
<li><a href="https://www.techawaken.com/clean-magento-database-logs-faster-performance/" rel="bookmark" title="Clean up Magento database logs for Faster Performance">Clean up Magento database logs for Faster Performance </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/importing-large-database-2-mb-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Clean up Magento database logs for Faster Performance</title>
		<link>https://www.techawaken.com/clean-magento-database-logs-faster-performance/</link>
				<comments>https://www.techawaken.com/clean-magento-database-logs-faster-performance/#comments</comments>
				<pubDate>Fri, 13 Dec 2013 17:54:05 +0000</pubDate>
		<dc:creator><![CDATA[Pawan]]></dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Clean]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Magento 1.x]]></category>
		<category><![CDATA[Optimize]]></category>

		<guid isPermaLink="false">http://www.techawaken.com/?p=425</guid>
				<description><![CDATA[Magento maintains several log tables for tracking purpose like customer access, products viewed, products compared etc. These tables grow in size day by day so if you have a large numbers of visitors on your website the size of these log tables may become large enough within a week slowing down your database. So you should perform database log cleaning on a regular basis - daily/weekly/monthly depending upon your website traffic.

There are three ways to clean out these tables:

1. Log Cleaning in the Magento Admin

2. Shell Utility log.php in the ../shell directory, and

3. Manually via phpMyAdmin or mysql client<div class='yarpp-related-rss'>
<div id="related">
You Might Also Like<ol>
<li><a href="https://www.techawaken.com/deleting-test-orders-magento/" rel="bookmark" title="Deleting test orders in Magento">Deleting test orders in Magento </a></li>
<li><a href="https://www.techawaken.com/order-address-edit-log-not-maintained-in-magento-enterprise-edition/" rel="bookmark" title="Order address edit log not maintained in Magento Enterprise edition">Order address edit log not maintained in Magento Enterprise edition </a></li>
<li><a href="https://www.techawaken.com/running-magento-indexer-from-command-line-shell/" rel="bookmark" title="Running Magento indexer from command line (shell)">Running Magento indexer from command line (shell) </a></li>
</ol></div>
</div>
]]></description>
						<wfw:commentRss>https://www.techawaken.com/clean-magento-database-logs-faster-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
							</item>
	</channel>
</rss>
