<?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>wanna-be-a-Debian-system-administrator &#187; mysql</title>
	<atom:link href="http://debian.kitaj.net/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://debian.kitaj.net</link>
	<description></description>
	<lastBuildDate>Mon, 17 May 2010 10:02:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How-to change existing record in MySQL database</title>
		<link>http://debian.kitaj.net/2007/03/how-to-change-existing-record-in-mysql-database/</link>
		<comments>http://debian.kitaj.net/2007/03/how-to-change-existing-record-in-mysql-database/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 02:03:39 +0000</pubDate>
		<dc:creator>Mitja</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://debian.kitaj.net/index.php/2007/03/how-to-change-existing-record-in-mysql-database/</guid>
		<description><![CDATA[Sometimes I forget some password for accessing CMS system and mail is not working and &#8230;
So far it never happened that  I forgot some more important password, such as MySQL access password in which case I can change password directly in the database and thus enable myself to access the CMS backend
The &#8220;magic&#8221; line is
UPDATE [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I forget some password for accessing CMS system and mail is not working and &#8230;</p>
<p>So far it never happened that  I forgot some more important password, such as MySQL access password in which case I can change password directly in the database and thus enable myself to access the CMS backend</p>
<p>The &#8220;magic&#8221; line is</p>
<blockquote><p>UPDATE table_name SET column_to_change WHERE record_to_update;</p></blockquote>
<p>To be less general and less abstract: in case of password change the line should look like this:</p>
<blockquote><p>UPDATE table_name SET password_column = MD5(&#8216;new_password&#8217;) WHERE ID = user_id_to_change;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://debian.kitaj.net/2007/03/how-to-change-existing-record-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
