<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ims.ut.ee/index.php?action=history&amp;feed=atom&amp;title=Change_Password_in_MySQL_database</id>
	<title>Change Password in MySQL database - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ims.ut.ee/index.php?action=history&amp;feed=atom&amp;title=Change_Password_in_MySQL_database"/>
	<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Change_Password_in_MySQL_database&amp;action=history"/>
	<updated>2026-05-03T19:46:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://ims.ut.ee/index.php?title=Change_Password_in_MySQL_database&amp;diff=1955&amp;oldid=prev</id>
		<title>Alvo at 08:51, 6 February 2007</title>
		<link rel="alternate" type="text/html" href="https://ims.ut.ee/index.php?title=Change_Password_in_MySQL_database&amp;diff=1955&amp;oldid=prev"/>
		<updated>2007-02-06T08:51:47Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;1. Go to [[Special:Userlogin]] page. Enter the username and let the comupter send a email with password to registered email address by pressin button &amp;quot;E-mail a password&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
2. If email does not arrive, the root could do following:&lt;br /&gt;
&lt;br /&gt;
To reset the password of users when this option is set use the following&lt;br /&gt;
query:&lt;br /&gt;
UPDATE user SET&lt;br /&gt;
user_password=md5(concat(user_id,'-',md5('mynewpassword'))) where&lt;br /&gt;
user_name ='WikiSysop' ;&lt;br /&gt;
user_id is the userid of the user, mynewpassword has to be your new&lt;br /&gt;
password and WikiSysop could be an other user.&lt;br /&gt;
&lt;br /&gt;
And make it crystal clear, the actual steps will be:&lt;br /&gt;
&lt;br /&gt;
1.open up a terminal&lt;br /&gt;
2.type in &amp;quot;mysql -p&amp;quot;&lt;br /&gt;
3.type in &amp;quot;SHOW DATABASES;&amp;quot; this will show you the databases wikidb is the&lt;br /&gt;
one we need&lt;br /&gt;
4.type in &amp;quot;USE wikidb&amp;quot;&lt;br /&gt;
5.type in &amp;quot;UPDATE user SET&lt;br /&gt;
user_password=md5(concat(user_id,'-',md5('password'))) where user_name='usersname' ;&amp;quot;&lt;br /&gt;
   &lt;br /&gt;
A.you must change password to the password the user is going to type in&lt;br /&gt;
&lt;br /&gt;
B.you must change username to the users name on in the wiki&lt;/div&gt;</summary>
		<author><name>Alvo</name></author>
	</entry>
</feed>