<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Create MySQL Databse with cPanel and phpMyAdmin</title>
	<atom:link href="http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin</link>
	<description></description>
	<lastBuildDate>Fri, 20 Nov 2009 10:52:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: culvi</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-2#comment-3592</link>
		<dc:creator>culvi</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3592</guid>
		<description>Awesome clear tutorial. After three others this nailed it to the tee. Thanks for being very thorough! As a matter of fact, I am going to scour the rest of this site to see what I can learn. Thanks</description>
		<content:encoded><![CDATA[<p>Awesome clear tutorial. After three others this nailed it to the tee. Thanks for being very thorough! As a matter of fact, I am going to scour the rest of this site to see what I can learn. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zolu</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-2#comment-3549</link>
		<dc:creator>zolu</dc:creator>
		<pubDate>Sun, 01 Nov 2009 20:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3549</guid>
		<description>That was so good!

where I can get  part 2 ?</description>
		<content:encoded><![CDATA[<p>That was so good!</p>
<p>where I can get  part 2 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Jackson</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-2#comment-3206</link>
		<dc:creator>Clay Jackson</dc:creator>
		<pubDate>Thu, 20 Aug 2009 22:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3206</guid>
		<description>Thanks, this was really easy to follow!</description>
		<content:encoded><![CDATA[<p>Thanks, this was really easy to follow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Compare Suppliers</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-2#comment-3166</link>
		<dc:creator>Compare Suppliers</dc:creator>
		<pubDate>Sat, 08 Aug 2009 20:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3166</guid>
		<description>Thanks for the tutorial its a lot of help.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial its a lot of help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-2#comment-3157</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 07 Aug 2009 13:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3157</guid>
		<description>thank you so much.coz i was ready to loose my job n coz of this tutorial,i worked out the problem</description>
		<content:encoded><![CDATA[<p>thank you so much.coz i was ready to loose my job n coz of this tutorial,i worked out the problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay Gupta</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-1#comment-3010</link>
		<dc:creator>Sanjay Gupta</dc:creator>
		<pubDate>Wed, 24 Jun 2009 09:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-3010</guid>
		<description>We create an array and store it in the variable $array. We then open a database and
attempt to insert an element called &quot;arraytest&quot;, passing it the $array variable as the
value. We then test the return type from dbmfetch() when attempting to access
&quot;arraytest&quot; and ascertain that a string has been returned. In fact, if we printed the
value stored in the &quot;arraytest&quot; record, we would get the string &quot;Array&quot;. That would
seem to wrap up any hopes for storing arrays and objects.
Fortunately, PHP provides a feature that allows you to &quot;freeze-dry&quot; values of any
data type in string format. The data can then be stored in a database or file until it
is needed. You can use this technique to store arrays and even objects in a DBM</description>
		<content:encoded><![CDATA[<p>We create an array and store it in the variable $array. We then open a database and<br />
attempt to insert an element called &#8220;arraytest&#8221;, passing it the $array variable as the<br />
value. We then test the return type from dbmfetch() when attempting to access<br />
&#8220;arraytest&#8221; and ascertain that a string has been returned. In fact, if we printed the<br />
value stored in the &#8220;arraytest&#8221; record, we would get the string &#8220;Array&#8221;. That would<br />
seem to wrap up any hopes for storing arrays and objects.<br />
Fortunately, PHP provides a feature that allows you to &#8220;freeze-dry&#8221; values of any<br />
data type in string format. The data can then be stored in a database or file until it<br />
is needed. You can use this technique to store arrays and even objects in a DBM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ward</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-1#comment-2988</link>
		<dc:creator>John Ward</dc:creator>
		<pubDate>Thu, 18 Jun 2009 22:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-2988</guid>
		<description>I believe you want to access a remote MySQL database locally. Unfortunately I do not know how to do this using PHP my admin. Have you tried Heidi SQL (http://www.heidisql.com/) yet? It the best GUI app I have found so far. In order to connect to a remote server using Heidi SQL you will need to be able to allow remote SQL access. If you have CPanel there is an option for remote SQL. If you do not know if you can do this ask  you host if you can and how. I am also plannign to post a tutorial on how to do this if you host uses cpanel and allows remote SQL. Hope this helps.</description>
		<content:encoded><![CDATA[<p>I believe you want to access a remote MySQL database locally. Unfortunately I do not know how to do this using PHP my admin. Have you tried Heidi SQL (<a href="http://www.heidisql.com/" rel="nofollow">http://www.heidisql.com/</a>) yet? It the best GUI app I have found so far. In order to connect to a remote server using Heidi SQL you will need to be able to allow remote SQL access. If you have CPanel there is an option for remote SQL. If you do not know if you can do this ask  you host if you can and how. I am also plannign to post a tutorial on how to do this if you host uses cpanel and allows remote SQL. Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahendran</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-1#comment-2985</link>
		<dc:creator>mahendran</dc:creator>
		<pubDate>Thu, 18 Jun 2009 15:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-2985</guid>
		<description>i am use phpmyadmin and launch database to the web server . any option to access the server db through the local phpmyadmin</description>
		<content:encoded><![CDATA[<p>i am use phpmyadmin and launch database to the web server . any option to access the server db through the local phpmyadmin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-1#comment-2960</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Sun, 14 Jun 2009 11:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-2960</guid>
		<description>Thanks a lot.  I was looking for a tutorial like this for a long time.    It has helped me a lot.</description>
		<content:encoded><![CDATA[<p>Thanks a lot.  I was looking for a tutorial like this for a long time.    It has helped me a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babatunde</title>
		<link>http://teamtutorials.com/web-development-tutorials/create-mysql-databse-with-cpanel-and-phpmyadmin/comment-page-1#comment-2852</link>
		<dc:creator>babatunde</dc:creator>
		<pubDate>Thu, 21 May 2009 16:55:53 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/uncategorized/create-mysql-databse-with-cpanel-and-phpmyadmin#comment-2852</guid>
		<description>good job man</description>
		<content:encoded><![CDATA[<p>good job man</p>
]]></content:encoded>
	</item>
</channel>
</rss>
