<?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>Learn PHP &#124; Learn CSS &#124; Learn Javascript &#124; Gmail contact importer &#124;  Yahoo contact importer &#124;  Hotmail contact importer &#187; mysql</title>
	<atom:link href="http://php.vidhyapith.com/index.php/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.vidhyapith.com</link>
	<description>PHP</description>
	<lastBuildDate>Fri, 12 Feb 2010 11:47:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>mysql databse backup</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/mysql-databse-backup/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/mysql-databse-backup/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:16:21 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=182</guid>
		<description><![CDATA[MySQL Daily Backup Script Create a script file :- /usr/local/sbin/mysqlbackup.sh Add below code :- #!/bin/sh # Current date datum=`/bin/date +%Y%m%d-%H` /usr/bin/mysqldump –user=root –password=RootPassword  \ Database_name &#124; gzip -9 &#62; /home/sqlbackup/${filename}-${datum}.sql.gz for file in “$( /usr/bin/find /home/sqlbackup -type f -mtime +5 )” do /bin/rm -f $file done exit 0 crontab -e Add Below Line :- 0 0 [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/mysql-databse-backup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fulltext search with mysql</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/fulltext-search-with-mysql/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/fulltext-search-with-mysql/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:13:53 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=180</guid>
		<description><![CDATA[Getting Started With MySQL&#8217;s Full-Text Search Capabilities &#8211; What is Full-Text Searching? (Page 2 of 6 ) Imagine having a database that contained 10,000 tables. In each of these tables there are 1,000 rows with 100 fields. How would you effectively search this sort of information structure without killing your web server? The answer is [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/fulltext-search-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
