<?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>The RoarinPenguin Techiezone &#187; MySQL</title>
	<atom:link href="http://techiezone.rottigni.net/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://techiezone.rottigni.net</link>
	<description>Notes, hints, tips... in one word: experience!</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:17:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Assigning privileges to a user on MySQL DB</title>
		<link>http://techiezone.rottigni.net/2009/02/assigning-privileges-to-a-user-on-mysql-db/</link>
		<comments>http://techiezone.rottigni.net/2009/02/assigning-privileges-to-a-user-on-mysql-db/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 18:09:43 +0000</pubDate>
		<dc:creator>RoarinPenguin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[privileges]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://techiezone.rottigni.net/2009/02/assigning-privileges-to-a-user-on-mysql-db/</guid>
		<description><![CDATA[Quick and dirty commands from commandline: mysql -u &#60;user&#62; -p&#60;password&#62; mysql&#62; CREATE DATABASE wordpress; mysql&#62; GRANT ALL PRIVILEGES ON wordpress.* TO &#8216;wpuser&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;dbpassword&#8217;; mysql&#62; SET PASSWORD FOR &#8216;wpuser&#8217;@'localhost&#8217; = OLD_PASSWORD(&#8216;dbpassword&#8217;); mysql&#62; FLUSH PRIVILEGES; mysql&#62; quit;]]></description>
			<content:encoded><![CDATA[<p>Quick and dirty commands from commandline:</p>
<p> <font face="Helv"><font face="Helv" color="#0080ff" size="2">
<p dir="ltr">mysql -u &lt;user&gt; -p&lt;password&gt;       <br />mysql&gt; CREATE DATABASE wordpress;        <br />mysql&gt; GRANT ALL PRIVILEGES ON wordpress.* TO &#8216;wpuser&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;dbpassword&#8217;;        <br />mysql&gt; SET PASSWORD FOR &#8216;wpuser&#8217;@'localhost&#8217; = OLD_PASSWORD(&#8216;dbpassword&#8217;);        <br />mysql&gt; FLUSH PRIVILEGES;        <br />mysql&gt; quit;</p>
<p>   </font></font></p>
]]></content:encoded>
			<wfw:commentRss>http://techiezone.rottigni.net/2009/02/assigning-privileges-to-a-user-on-mysql-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

