<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Tech Blog</title>
	<atom:link href="http://rshrestha.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rshrestha.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:05:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rshrestha.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>My Tech Blog</title>
		<link>http://rshrestha.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rshrestha.wordpress.com/osd.xml" title="My Tech Blog" />
	<atom:link rel='hub' href='http://rshrestha.wordpress.com/?pushpress=hub'/>
		<item>
		<title>MySQL Basic Commands</title>
		<link>http://rshrestha.wordpress.com/2009/11/21/mysql-basic-commands/</link>
		<comments>http://rshrestha.wordpress.com/2009/11/21/mysql-basic-commands/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 07:05:07 +0000</pubDate>
		<dc:creator>rshrestha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rshrestha.wordpress.com/?p=4</guid>
		<description><![CDATA[1. To access MySQL # mysql -u &#60;username&#62; -p &#62; &#60;type password&#62; 2. To see Database mysql&#62; show databases; 3. To insert into database mysql&#62; connect &#60;database_name&#62;; 4. To show tables in database mysql&#62; show tables; 5. To show table contents mysql&#62;describe &#60;table_name&#62; 6. To create table mysql&#62; CREATE  TABLE table_name(  name varchar(40) null, location varchar(40) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshrestha.wordpress.com&amp;blog=10605273&amp;post=4&amp;subd=rshrestha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>1. To access MySQL<br />
# mysql -u &lt;username&gt; -p<br />
&gt; &lt;type password&gt;</p>
<p>2. To see Database<br />
mysql&gt; show databases;</p>
<p>3. To insert into database<br />
mysql&gt; connect &lt;database_name&gt;;</p>
<p>4. To show tables in database<br />
mysql&gt; show tables;</p>
<p>5. To show table contents<br />
mysql&gt;describe &lt;table_name&gt;</p>
<p>6. To create table<br />
mysql&gt; CREATE  TABLE table_name(  name varchar(40) null, location varchar(40) null, email varchar(40) null );</p>
<p>7. Insert data in table<br />
mysql&gt; INSERT INTO table_name (column1, column2&#8230;.)<br />
                 VALUES (value1, value2&#8230;);</p>
<p>8. To add and privilage to new user<br />
mysql&gt; GRANT ALL ON &lt;database_name&gt;.*  TO &lt;user_name&gt;@localhost IDENTIFIED BY &#8216;somepassword&#8217;;<br />
mysql &gt; flush privileges;</p>
<p>9. To create database<br />
mysql&gt; mysqladmin -u root -p create &lt;database_name&gt;;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rshrestha.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rshrestha.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rshrestha.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshrestha.wordpress.com&amp;blog=10605273&amp;post=4&amp;subd=rshrestha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rshrestha.wordpress.com/2009/11/21/mysql-basic-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a86253899e7ff508daacf682ddf7e846?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rshrestha</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://rshrestha.wordpress.com/2009/11/21/hello-world/</link>
		<comments>http://rshrestha.wordpress.com/2009/11/21/hello-world/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 06:27:17 +0000</pubDate>
		<dc:creator>rshrestha</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshrestha.wordpress.com&amp;blog=10605273&amp;post=1&amp;subd=rshrestha&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rshrestha.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rshrestha.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rshrestha.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rshrestha.wordpress.com&amp;blog=10605273&amp;post=1&amp;subd=rshrestha&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rshrestha.wordpress.com/2009/11/21/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a86253899e7ff508daacf682ddf7e846?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rshrestha</media:title>
		</media:content>
	</item>
	</channel>
</rss>
