<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Error 1045 Access Denied for user &#8216;root@localhost&#8217; using passworf YES</title>
	<link>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/</link>
	<description>Linux, Artikel, Anten</description>
	<pubDate>Sat, 28 Nov 2009 15:23:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>

	<item>
		<title>by: rido</title>
		<link>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-59</link>
		<pubDate>Mon, 12 May 2008 08:46:22 +0100</pubDate>
		<guid>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-59</guid>
					<description>pass nya berubah jadi abc123</description>
		<content:encoded><![CDATA[	<p>pass nya berubah jadi abc123
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sanz</title>
		<link>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-48</link>
		<pubDate>Wed, 28 Nov 2007 16:01:49 +0000</pubDate>
		<guid>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-48</guid>
					<description>klo diliat dari outputnya
Query OK, 0 rows affected (0.00 sec)

ngga ada row yg terupdate, jangan-jangan user &quot;root&quot; udah ngga ada yah.
</description>
		<content:encoded><![CDATA[	<p>klo diliat dari outputnya<br />
Query OK, 0 rows affected (0.00 sec)</p>
	<p>ngga ada row yg terupdate, jangan-jangan user &#8220;root&#8221; udah ngga ada yah.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sanz</title>
		<link>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-47</link>
		<pubDate>Wed, 28 Nov 2007 15:58:52 +0000</pubDate>
		<guid>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-47</guid>
					<description>klo diliat dari output abis update, terlihat 0 rows affected --&amp;gt; jangan-jangan ini karena user &quot;root&quot; udah ngga ada lagi.
</description>
		<content:encoded><![CDATA[	<p>klo diliat dari output abis update, terlihat 0 rows affected &#8211;&gt; jangan-jangan ini karena user &#8220;root&#8221; udah ngga ada lagi.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Azam</title>
		<link>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-42</link>
		<pubDate>Tue, 25 Sep 2007 16:40:56 +0100</pubDate>
		<guid>http://kanghari.blogsome.com/2006/07/20/error-1045-access-denied-for-user-rootlocalhost-using-passworf-yes/#comment-42</guid>
					<description>Thanks banget atas artikelnya. tapi saya sudah menjalankan seperti perintah diatas masih tetap error T_T .

#############################
[08:47][root@server][~]$ mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.1.20

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql&amp;gt; USE mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql&amp;gt; UPDATE user
    -&amp;gt; SET password=password(&quot;abc123&quot;)
    -&amp;gt; WHERE user=&quot;root&quot;;
Query OK, 0 rows affected (0.00 sec)
Rows matched: 0  Changed: 0  Warnings: 0

mysql&amp;gt; exit
Bye
[08:47][root@server][~]$ killall mysqld
[08:47][root@server][~]$ /etc/init.d/mysqld start
Starting MySQL:                                            [  OK  ]
[08:47][root@server][~]$ mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

#############################
gimana mas apa yang salah, dah pusing nih T_T
</description>
		<content:encoded><![CDATA[	<p>Thanks banget atas artikelnya. tapi saya sudah menjalankan seperti perintah diatas masih tetap error T_T .</p>
	<p>#############################<br />
[08:47][root@server][~]$ mysql<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 1 to server version: 4.1.20</p>
	<p>Type &#8216;help;&#8217; or &#8216;\h&#8217; for help. Type &#8216;\c&#8217; to clear the buffer.</p>
	<p>mysql&gt; USE mysql<br />
Reading table information for completion of table and column names<br />
You can turn off this feature to get a quicker startup with -A</p>
	<p>Database changed<br />
mysql&gt; UPDATE user<br />
    -&gt; SET password=password(&#8221;abc123&#8243;)<br />
    -&gt; WHERE user=&#8221;root&#8221;;<br />
Query OK, 0 rows affected (0.00 sec)<br />
Rows matched: 0  Changed: 0  Warnings: 0</p>
	<p>mysql&gt; exit<br />
Bye<br />
[08:47][root@server][~]$ killall mysqld<br />
[08:47][root@server][~]$ /etc/init.d/mysqld start<br />
Starting MySQL:                                            [  OK  ]<br />
[08:47][root@server][~]$ mysql -u root -p<br />
Enter password:<br />
ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217; (using password: YES)</p>
	<p>#############################<br />
gimana mas apa yang salah, dah pusing nih T_T
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
