<?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>root密码 &#8211; 悠然居</title>
	<atom:link href="https://wordpress.youran.me/tag/root%E5%AF%86%E7%A0%81/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.youran.me</link>
	<description>极客技术博客</description>
	<lastBuildDate>Mon, 21 Nov 2011 13:31:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>忘记MySQL root密码的解决方案</title>
		<link>https://wordpress.youran.me/%e5%bf%98%e8%ae%b0mysql-root%e5%af%86%e7%a0%81%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88/</link>
					<comments>https://wordpress.youran.me/%e5%bf%98%e8%ae%b0mysql-root%e5%af%86%e7%a0%81%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88/#respond</comments>
		
		<dc:creator><![CDATA[youran]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 13:30:08 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[root密码]]></category>
		<category><![CDATA[忘记密码]]></category>
		<guid isPermaLink="false">http://wordpress.youran.me/?p=219</guid>

					<description><![CDATA[停止mysql服务： service mysqld stop 或者暴力杀掉mysqld进程： pkill mysqld 然后执行： mysqld_safe --skip-grant-tables &#038; 可以无密码进入mysql配置了： mysql -uroot 现在修改root密码： mysql> update mysql.user set password=password("newpasswd") where user="root"; mysql> flush privileges; mysql> quit 其中，newpasswd改成想要的新密码。 重启mysql服务： service mysqld start 本文为悠然居(https://wordpress.youran.me/)的原创文章，转载请注明出处！]]></description>
		
					<wfw:commentRss>https://wordpress.youran.me/%e5%bf%98%e8%ae%b0mysql-root%e5%af%86%e7%a0%81%e7%9a%84%e8%a7%a3%e5%86%b3%e6%96%b9%e6%a1%88/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 27/52 objects using Disk
Page Caching using Disk: Enhanced 
Database Caching 4/12 queries in 0.002 seconds using Disk

Served from: wordpress.youran.me @ 2026-06-12 08:25:43 by W3 Total Cache
-->