<?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>Geek: the Gathering! &#187; MySQL</title> <atom:link href="http://geekthegathering.com/category/system/mysql-system/feed/" rel="self" type="application/rss+xml" /><link>http://geekthegathering.com</link> <description>Find help to subdue your computer!</description> <lastBuildDate>Wed, 10 Nov 2010 17:54:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1.3</generator> <item><title>Changing MySQL root password using the MySQL console</title><link>http://geekthegathering.com/changing-mysql-root-password/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=changing-mysql-root-password</link> <comments>http://geekthegathering.com/changing-mysql-root-password/#comments</comments> <pubDate>Thu, 23 Jul 2009 14:02:24 +0000</pubDate> <dc:creator>Jean-Michel Paris</dc:creator> <category><![CDATA[MySQL]]></category> <category><![CDATA[Password]]></category> <category><![CDATA[root]]></category><guid
isPermaLink="false">http://www.geekthegathering.com/?p=499</guid> <description><![CDATA[MySQL stores username and passwords in user table inside MySQL database. You can directly update password using the following method: Use mysql database (type command at mysql&#62; prompt): mysql&#62; use...]]></description> <content:encoded><![CDATA[<p
style="text-align: left;">MySQL stores username and passwords in user table inside MySQL database. You can directly update password using the following method:</p><p
style="text-align: left;">Use mysql database (type command at mysql&gt; prompt):</p><pre>mysql&gt; use mysql;</pre><p
style="text-align: left;">Change password for user <strong>root</strong>:</p><pre>mysql&gt; update user set password=PASSWORD("NEWPASSWORD") where User='root';</pre><p
style="text-align: left;">Don&#8217;t forget to flush the privileges cache:</p><pre>mysql&gt; flush privileges;
mysql&gt; quit</pre><p
style="text-align: left;">Voila!</p> <img
src="http://geekthegathering.com/?ak_action=api_record_view&id=499&type=feed" alt="" />]]></content:encoded> <wfw:commentRss>http://geekthegathering.com/changing-mysql-root-password/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 22/38 queries in 0.128 seconds using disk: basic
Object Caching 351/485 objects using disk: basic

Served from: geekthegathering.com @ 2012-02-11 22:05:36 -->
