<?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>باحث عن المعرفة &#187; MySql</title>
	<atom:link href="http://www.mtafran.com/category/technology/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mtafran.com</link>
	<description>{وقل ربي زدني علماً}</description>
	<lastBuildDate>Mon, 06 Jun 2011 04:41:48 +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>تغيير كلمة مرور المستخدم root في mysql</title>
		<link>http://www.mtafran.com/2008/04/change-root-password-for-mysql/</link>
		<comments>http://www.mtafran.com/2008/04/change-root-password-for-mysql/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 17:26:05 +0000</pubDate>
		<dc:creator>باحث</dc:creator>
				<category><![CDATA[MySql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mtafran.com/?p=14</guid>
		<description><![CDATA[هذه الحالة تحصل في بعض الأحيان نظراً لعدم استخدام المستخدم root في قاعدة البيانات واستخدام مستخدمين آخرين من أجل الأمان في الاستخدام. ولكن ما يحصل أنه قد ينسى البعض أحياناً كلمة مرور root حين يحتاجونها (متوقع ). إن حصل هذا &#8230; <a href="http://www.mtafran.com/2008/04/change-root-password-for-mysql/">أكمل قراءة التدوينة <span class="meta-nav">&#8592;</span></a>]]></description>
			<content:encoded><![CDATA[<p>هذه الحالة تحصل في بعض الأحيان نظراً لعدم استخدام المستخدم root في قاعدة البيانات واستخدام مستخدمين آخرين من أجل الأمان في الاستخدام. ولكن ما يحصل أنه قد ينسى البعض أحياناً كلمة مرور root حين يحتاجونها (متوقع <img src='http://www.mtafran.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). إن حصل هذا الأمر معك فإليك خطوات وضع كلمة مرور جديدة.</p>
<p>ملاحظة هذه الطريقة مجربة على Ubuntu فقط.</p>
<p>1- اوقف mysql server</p>
<pre><code>sudo /etc/init.d/mysql stop</code></pre>
<p>2- إبدأ إعدادات mysql</p>
<pre><code>sudo mysqld --skip-grant-tables &#038;</code></pre>
<p><span id="more-14"></span></p>
<p>3- سجل دخول ك root</p>
<pre><code>mysql -u root mysql</code></pre>
<p>4- أبدل كلمة المرور password بكلمة المرور الجديدة</p>
<pre><code>UPDATE user SET Password=PASSWORD('password') WHERE User='root'; FLUSH PRIVILEGES; exit;</code></pre>
<p>أسأل الله أن تستفيدوا من هذه المعلومة</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://delicious.com/post?url=http://www.mtafran.com/2008/04/change-root-password-for-mysql/&amp;title=%D8%AA%D8%BA%D9%8A%D9%8A%D8%B1+%D9%83%D9%84%D9%85%D8%A9+%D9%85%D8%B1%D9%88%D8%B1+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85+root+%D9%81%D9%8A+mysql" title="Post to Delicious"><img class="nothumb" src="http://www.mtafran.com/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro4.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.mtafran.com/2008/04/change-root-password-for-mysql/&amp;title=%D8%AA%D8%BA%D9%8A%D9%8A%D8%B1+%D9%83%D9%84%D9%85%D8%A9+%D9%85%D8%B1%D9%88%D8%B1+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85+root+%D9%81%D9%8A+mysql" title="Post to Digg"><img class="nothumb" src="http://www.mtafran.com/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro4.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.mtafran.com/2008/04/change-root-password-for-mysql/&amp;title=%D8%AA%D8%BA%D9%8A%D9%8A%D8%B1+%D9%83%D9%84%D9%85%D8%A9+%D9%85%D8%B1%D9%88%D8%B1+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85+root+%D9%81%D9%8A+mysql" title="Post to Reddit"><img class="nothumb" src="http://www.mtafran.com/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro4.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.mtafran.com/2008/04/change-root-password-for-mysql/&amp;title=%D8%AA%D8%BA%D9%8A%D9%8A%D8%B1+%D9%83%D9%84%D9%85%D8%A9+%D9%85%D8%B1%D9%88%D8%B1+%D8%A7%D9%84%D9%85%D8%B3%D8%AA%D8%AE%D8%AF%D9%85+root+%D9%81%D9%8A+mysql" title="Post to StumbleUpon"><img class="nothumb" src="http://www.mtafran.com/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro4.png" alt="Post to StumbleUpon" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.mtafran.com/2008/04/change-root-password-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

