<?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>Decrypt Web &#187; MySQL</title>
	<atom:link href="http://blog.decryptweb.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:21:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Filters in Query in Magento</title>
		<link>http://blog.decryptweb.com/filters-query-magento/</link>
		<comments>http://blog.decryptweb.com/filters-query-magento/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 14:02:30 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Catalog]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=268</guid>
		<description><![CDATA[Hello All, When we are filtering data in Magento, time occurs when we want to fetch result after filters like Not equal, greater than, less than, etc. The addFieldToFilter method&#8217;s second parameter is used for this. It supports an alternate syntax where, instead of passing in a string, you pass in a single element Array. [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/filters-query-magento/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL Database restore</title>
		<link>http://blog.decryptweb.com/mysql-database-restore/</link>
		<comments>http://blog.decryptweb.com/mysql-database-restore/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 04:49:51 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=171</guid>
		<description><![CDATA[I have already listed the PHP script to generate backup of database in one of my earlier post. I am listing here the PHP script to restore database from mysql database file.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/mysql-database-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Insert and Retrieve file with MySQL</title>
		<link>http://blog.decryptweb.com/insert-file-mysql/</link>
		<comments>http://blog.decryptweb.com/insert-file-mysql/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 13:30:46 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[blob]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=128</guid>
		<description><![CDATA[Some of you might be knowing that there is a functionality in MySQL database for storing files and retrieving the same. This is mainly used when we need to reduce response time for retrieving and using files in our application. I am listing here the method for inserting image file in and retrieving image file [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/insert-file-mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database Backup</title>
		<link>http://blog.decryptweb.com/database-backup/</link>
		<comments>http://blog.decryptweb.com/database-backup/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:12:03 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=99</guid>
		<description><![CDATA[I am listing here the PHP script to generate backup of database. For saving the file with &#8216;sql&#8217; extension replace the code as specified below at specified line numbers in the above code (Although &#8216;zip&#8217; file will take less space). You can also set cron jobs for dumping databdase in the cpanel of your site. [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/database-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Queries in Magento</title>
		<link>http://blog.decryptweb.com/magento-queries/</link>
		<comments>http://blog.decryptweb.com/magento-queries/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 12:42:48 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Connection]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Queries]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=82</guid>
		<description><![CDATA[I am describing here the method for executing custom MySQL queries in Magento.]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/magento-queries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Connect different database from Magento</title>
		<link>http://blog.decryptweb.com/connect-database-magento/</link>
		<comments>http://blog.decryptweb.com/connect-database-magento/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 15:12:28 +0000</pubDate>
		<dc:creator>DWRoot</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://blog.decryptweb.com/?p=14</guid>
		<description><![CDATA[Some of you might have worked on Magento. I am listing here points for connecting another database from Magento. 1) Suppose your database for Magento Project is named ‘magento’. 2) There is one other database named ‘wp’. 3) For using this database inside Magento, you need to setup connection in ‘config.xml’ file which resides in [...]]]></description>
		<wfw:commentRss>http://blog.decryptweb.com/connect-database-magento/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

