<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.pedroposada.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Pedro Posada&#039;s Blog</title>
 <link>http://www.pedroposada.com/category/blog/mysqlsnippets</link>
 <description>The taxonomy view with a depth of 0.</description>
 <language>en</language>
<item>
 <title>How to reset my Drupal admin password?</title>
 <link>http://www.pedroposada.com/blog/how-reset-my-drupal-admin-password.html</link>
 <description>&lt;p&gt;This is the best php tip I have found for reseting drupal administrator&#039;s password.&lt;br /&gt;
&lt;br /&gt;
You will need access to phpMyAdmin or some way to manage your database. Run this  query&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;update users set pass=md5(&amp;#039;NEWPASS&amp;#039;) where uid = 1;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
I found the info here:&lt;br /&gt;
&lt;a href=&quot;http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html&quot; title=&quot;http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html&quot;&gt;http://kb.siteground.com/article/How_to_reset_my_Drupal_admin_password.html&lt;/a&gt;&lt;/p&gt;
</description>
 <comments>http://www.pedroposada.com/blog/how-reset-my-drupal-admin-password.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/drupal-recipe">drupal recipe</category>
 <category domain="http://www.pedroposada.com/category/blog/mysqlsnippets">mysql snippets</category>
 <pubDate>Wed, 09 Dec 2009 12:17:59 -0500</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">386 at http://www.pedroposada.com</guid>
</item>
<item>
 <title>Complex union query</title>
 <link>http://www.pedroposada.com/blog/complex-union-query.html</link>
 <description>&lt;p&gt;Simple sample of a long mysql query I did for a module.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.pedroposada.com/blog/complex-union-query.html&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.pedroposada.com/blog/complex-union-query.html#comments</comments>
 <category domain="http://www.pedroposada.com/category/blog/mysqlsnippets">mysql snippets</category>
 <pubDate>Thu, 03 Apr 2008 18:12:44 -0400</pubDate>
 <dc:creator>pedro</dc:creator>
 <guid isPermaLink="false">24 at http://www.pedroposada.com</guid>
</item>
</channel>
</rss>

