<?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>Tejas P Mehta &#187; PHP/MySql Help</title>
	<atom:link href="http://myblog.tejaspmehta.com/category/php-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.tejaspmehta.com</link>
	<description></description>
	<lastBuildDate>Mon, 08 Aug 2011 05:20:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to install MySQL in Ubuntu / Linux</title>
		<link>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/</link>
		<comments>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 12:54:09 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How Website Works]]></category>
		<category><![CDATA[PHP/MySql Help]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=180</guid>
		<description><![CDATA[In my last post i have described how to install PHP in Ubuntu. You can found that article here. Now after installing PHP successfully we will install MySQL now.
1. Open the terminal from Applications &#62; Accessories &#62; Terminal
sudo apt-get install mysql-server
2. set your root password (although mysql should ask you about that when installing)
Note: You [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/06/how-to-install-mysql-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install PHP in Ubuntu / Linux</title>
		<link>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/</link>
		<comments>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 10:27:11 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[General Help]]></category>
		<category><![CDATA[How Website Works]]></category>
		<category><![CDATA[PHP/MySql Help]]></category>
		<category><![CDATA[Installing PHP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP Installation in Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=173</guid>
		<description><![CDATA[In my last post i have described how to install Apache in Ubuntu. You can found that article here. Now after installing Apache successfully we will install PHP now.
1. Open the terminal from Applications &#62; Accessories &#62; Terminal
2. Install PHP using apt-get by typing the following
sudo apt-get install php5 libapache2-mod-php5
This will install php5.x version to [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2011/04/how-to-install-php-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import .sql file with PHP</title>
		<link>http://myblog.tejaspmehta.com/2009/08/import-sql-file-with-php/</link>
		<comments>http://myblog.tejaspmehta.com/2009/08/import-sql-file-with-php/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 18:58:14 +0000</pubDate>
		<dc:creator>tejaspmehta</dc:creator>
				<category><![CDATA[PHP/MySql Help]]></category>
		<category><![CDATA[Import .sql file with PHP]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Mysql dump]]></category>

		<guid isPermaLink="false">http://myblog.tejaspmehta.com/?p=102</guid>
		<description><![CDATA[Few days ago i get 15MB .sql file in which only one table was there with data. My task is to just import those data in database. Now i have phpMyAdmin but it can allow me 8MB of file. Even i do not have any other support on server. So now i have to write [...]]]></description>
		<wfw:commentRss>http://myblog.tejaspmehta.com/2009/08/import-sql-file-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

