<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: db code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 06 Oct 2008 09:10:19 GMT</pubDate>
    <description>DZone Snippets: db code</description>
    <item>
      <title>how to create a new user in MySQL</title>
      <link>http://snippets.dzone.com/posts/show/5277</link>
      <description>// first, mysql -uroot mysql&lt;br /&gt;// then:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;br /&gt;  mysql% GRANT ALL PRIVILEGES ON *.* TO 'YOURUSERNAME'@'localhost' IDENTIFIED BY 'YOURPASSWORD' WITH GRANT OPTION;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Mon, 24 Mar 2008 04:06:23 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5277</guid>
      <author>jm3 (john manoogian III)</author>
    </item>
  </channel>
</rss>
