<?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>Nafees PHP Developer &#124;  PHP &#124; Mysql &#187; Mysql Tag </title>
	<atom:link href="http://www.nafees.co.in/development/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nafees.co.in</link>
	<description>Nafees PHP Developer &#124;  PHP &#124; Mysql &#124; Nafees Ahmed</description>
	<lastBuildDate>Sat, 26 Dec 2009 15:25:28 +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 Create Database in MySQL?</title>
		<link>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html</link>
		<comments>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:24:29 +0000</pubDate>
		<dc:creator>Nafees Ahmed</dc:creator>
				<category><![CDATA[Database Management System]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Mysql Database Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[run command]]></category>
		<category><![CDATA[SQL query]]></category>

		<guid isPermaLink="false">http://www.nafees.co.in/?p=22</guid>
		<description><![CDATA[




 Before you can interact with your MySQL database, you need to create it! We can show you two ways to do this: with phpMyAdmin, or with SQL code from the query window or a shell prompt. Don&#8217;t worry it&#8217;s not hard.
Here&#8217;s How to do?:
1. If you have phpMyAdmin, you first need to login. In [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Before you can interact with your MySQL database, you need to create it! We can show you two ways to do this: with phpMyAdmin, or with SQL code from the query window or a shell prompt. Don&#8217;t worry it&#8217;s not hard.</p>
<p>Here&#8217;s How to do?:</p>
<p>1. If you have phpMyAdmin, you first need to login. In the right hand you are looking for &#8220;Create New Database&#8221;. All you need to do is enter the database name, and click create. Sometimes this feature is disabled. If this is the case, you need to contact your hosting company to create a new database.</p>
<p>2. You can use SQL code through the SQL query</p>
<p>mysql_query(&#8220;create database databasename&#8221;);</p>
<p>Insert this query into php code than create database.</p>
<p>3. Now, start run command.</p>
<p>You are going to run command and going to &#8220;cd wamp/bin/mysql/mysql any version/bin&#8221; and push Enter button and than &#8220;mysql -u username -p&#8221; and push Enter button than enter your Password and Now &#8220;create database databasename;&#8221; and push enter button.</p>
<p>Your Database has been created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Mysql?</title>
		<link>http://www.nafees.co.in/2009/09/28/what-is-mysql.html</link>
		<comments>http://www.nafees.co.in/2009/09/28/what-is-mysql.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:32:50 +0000</pubDate>
		<dc:creator>Nafees Ahmed</dc:creator>
				<category><![CDATA[Database Management System]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Mysql Database Server]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.nafees.co.in/?p=9</guid>
		<description><![CDATA[MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Sun Microsystems, Inc.]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>MySQL, the most popular Open Source SQL database management system, is developed, distributed, and supported by Sun Microsystems, Inc.</p>
<h2>MySQL is a (DMS) database management system.</h2>
<p>Mysql database is a structured collection of data. It may be anything from a simple shopping list to a picture gallery or the vast amounts of information in a corporate network. To add, access, and process data stored in a computer database, you need a database management system such as MySQL Server. Since computers are very good at handling large amounts of data, database management systems play a central role in computing, as standalone utilities, or as parts of other applications.</p>
<h2>MySQL is a relational (DMS).</h2>
<p>A relational database stores data in separate tables rather than putting all the data in one big storeroom. This adds speed and flexibility. The SQL part of &#8220;MySQL&#8221; stands for &#8220;(SQL) Structured Query Language.&#8221; SQL is the most common standardised language used to access databases and is defined by the ANSI/ISO SQL Standard. The SQL standard has been developing since 1986 and several versions exist. In this manual, &#8220;SQL-92&#8243; refers to the standard released in 1992, &#8220;SQL:1999&#8243; refers to the standard released in 1999, and &#8220;SQL:2003&#8243; refers to the current version of the standard. We use the phrase &#8220;the SQL standard&#8221; to mean the current version of the SQL Standard at any time.</p>
<h2>The MySQL Database Server is reliable, fast and easy to use.</h2>
<p>MySQL Server was originally developed to handle large databases much faster than existing solutions and has been successfully used in highly demanding production environments for several years. Although under constant development, MySQL Server today offers a rich and useful set of functions. Its connectivity, speed, and security make MySQL Server highly suited for accessing databases on the Internet.</p>
<p>More information about mysql  <a title="Mysql" href="http://mysql.com/" target="_blank">http://mysql.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nafees.co.in/2009/09/28/what-is-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
