
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.thelinuxwiki.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=E107_change_admin_password_with_mysql</id>
		<title>E107 change admin password with mysql - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.thelinuxwiki.com/index.php?action=history&amp;feed=atom&amp;title=E107_change_admin_password_with_mysql"/>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=E107_change_admin_password_with_mysql&amp;action=history"/>
		<updated>2026-04-29T01:31:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.5</generator>

	<entry>
		<id>http://www.thelinuxwiki.com/index.php?title=E107_change_admin_password_with_mysql&amp;diff=114&amp;oldid=prev</id>
		<title>Nighthawk: Pushed from Themanclub.</title>
		<link rel="alternate" type="text/html" href="http://www.thelinuxwiki.com/index.php?title=E107_change_admin_password_with_mysql&amp;diff=114&amp;oldid=prev"/>
				<updated>2013-02-26T23:12:00Z</updated>
		
		<summary type="html">&lt;p&gt;Pushed from Themanclub.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;select db&lt;br /&gt;
  mysql&amp;gt; '''use database_name;'''&lt;br /&gt;
&lt;br /&gt;
display user table&lt;br /&gt;
  mysql&amp;gt; '''select * from e107_user;'''&lt;br /&gt;
&lt;br /&gt;
reset password for user to &amp;quot;changeme&amp;quot;&lt;br /&gt;
  mysql&amp;gt; '''UPDATE e107_user SET user_password='4cb9c8a8048fd02294477fcb1a41191a' WHERE user_loginname='adminusername';'''&lt;br /&gt;
  Query OK, 1 row affected (0.00 sec)&lt;br /&gt;
  Rows matched: 1  Changed: 1  Warnings: 0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:e107]]&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>