<?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>Tech aspirant &#187; mysql</title>
	<atom:link href="http://www.techaspirant.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>Freelance Project Developer &#124; Consultant - Cochin, Trivandrum, Calicut</description>
	<lastBuildDate>Wed, 21 Mar 2012 10:00:55 +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>Basic Linux Commands &#124; usefull for a webdeveloper</title>
		<link>http://www.techaspirant.com/basic-linux-commands/</link>
		<comments>http://www.techaspirant.com/basic-linux-commands/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 07:18:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Misk]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[compress]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[locate]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldump]]></category>
		<category><![CDATA[mysqlimport]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[SET]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=406</guid>
		<description><![CDATA[List Directory shell&#62;ls Find a file or directory shell&#62;find filename Edit a File shell&#62;vi filename.txt Then file will be open, if you want to save that file then 1. press Esc 2. Type ":" (colon) 3. Type "wq" (w- write,q<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/basic-linux-commands/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/basic-linux-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MYSQL Tips and Tricks</title>
		<link>http://www.techaspirant.com/php-mysql-tips-and-tricks/</link>
		<comments>http://www.techaspirant.com/php-mysql-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:49:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[and tricks]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=305</guid>
		<description><![CDATA[This is a small article containing tricks and tips I aquired by reading PHP 6 Text Book. I was used isset() function to check whether these arguements are set or not. And also I need to check this is empty or<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/php-mysql-tips-and-tricks/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-mysql-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Database to Excel or CSV File</title>
		<link>http://www.techaspirant.com/export-database-to-excel-or-csv-file/</link>
		<comments>http://www.techaspirant.com/export-database-to-excel-or-csv-file/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 04:32:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=53</guid>
		<description><![CDATA[The below code help you to export data from database to csv file exporttoxls To export a complete database, you should invoke all the tables via below code and apply the above code $dbname = &#8216;mysql_dbname&#8217;; if (!mysql_connect(&#8216;mysql_host&#8217;, &#8216;mysql_user&#8217;, &#8216;mysql_password&#8217;))<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/export-database-to-excel-or-csv-file/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/export-database-to-excel-or-csv-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to create a directory structure ?</title>
		<link>http://www.techaspirant.com/how-to-create-a-directory-structure/</link>
		<comments>http://www.techaspirant.com/how-to-create-a-directory-structure/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:59:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[structure]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/archives/12</guid>
		<description><![CDATA[How to create a directory structure ? or How to creata a tree structure  ? or How to design a database for a tree structure ? or How to design a database for storing hierarchical structure ? using single table<span class="ellipsis">&#8230;</span> <a href="http://www.techaspirant.com/how-to-create-a-directory-structure/"><div class="read-more">Read more &#8250;</div><!-- end of .read-more --></a>]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-create-a-directory-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

