﻿<?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>LinuxLane.com &#187; กู้คืน</title>
	<atom:link href="http://www.linuxlane.com/tag/%e0%b8%81%e0%b8%b9%e0%b9%89%e0%b8%84%e0%b8%b7%e0%b8%99/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxlane.com</link>
	<description>เรียนรู้การใช้งาน ลีนุกซ์ [ Linux ]</description>
	<lastBuildDate>Fri, 03 Sep 2010 06:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ลืมรหัสผ่าน MySQL แก้ไขได้นะ</title>
		<link>http://www.linuxlane.com/forgot-mysql-root-password-solved/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.linuxlane.com/forgot-mysql-root-password-solved/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 15:56:57 +0000</pubDate>
		<dc:creator>Chatpong Duangbung</dc:creator>
				<category><![CDATA[บทความ]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[กู้คืน]]></category>
		<category><![CDATA[รหัสผ่าน]]></category>
		<category><![CDATA[ลืม]]></category>

		<guid isPermaLink="false">http://www.linuxlane.com/?p=197</guid>
		<description><![CDATA[ในวันนี้มาดูวิธีการแก้ไข ในกรณีที่เรา ลืม รหัสผ่าน ของ mysql database นะครับ คิดว่าหลายท่าน คงเคยพบเจอปัญหานี้มาก่อน เรามาดูวิธีการแก้ไขได้เลยครับ ก่อนอื่น เราต้องทำการปิดเซอร์วิสของ mysqld ก่อนนะครับ # /etc/init.d/mysqld    stop จากนั้นค่อยทำการเปิดเซอร์วิสขึ้นมา ในแบบ safe mode นะครับ # mysqld_safe  &#8211;skip-grant-tables ต่อมาทำการล็อกอินเข้าสู่ระบบ ด้วยผู้ใช้ root ดังนี้ # mysql    &#8211;user=root    mysql เมื่อล็อกอินเข้าสู่ระบบได้แล้ว เราสามารถใช้คำสั่งต่างๆ ในการเซ็ตรหัสผ่านใหม่ ดังนี้ mysql &#62; update user set Password=PASSWORD(&#8216;รหัสผ่านใหม่&#8217;) where user=&#8217;root&#8217;; mysql &#62;  flush privileges; mysql &#62;  exit; เท่านี้เราก็สามารถใช้งานได้ปกติ [...]]]></description>
		<wfw:commentRss>http://www.linuxlane.com/forgot-mysql-root-password-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


