<?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>password change phpmyadmin &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/password-change-phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Thu, 30 Jan 2014 00:01:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>password change phpMyAdmin for user in PrestaShop</title>
		<link>https://mywebdevelopment.org/password-change-phpmyadmin-for-user-in-prestashop/</link>
				<pubDate>Wed, 29 Jan 2014 23:58:28 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[password change phpmyadmin]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=628</guid>
				<description><![CDATA[<p>Need to change password for PrestaShop user with phpMyAdmin? After a successful data migration onto WAMP, in attempts to log into the Back Office (BO) resulted with error &#8217;employee does not exist or incorrect password&#8217;.  To resolve this error, follow two simple steps for password change phpMyAdmin. Step 1.) You will need to copy your _COOKIE_KEY_ located… <span class="read-more"><a href="https://mywebdevelopment.org/password-change-phpmyadmin-for-user-in-prestashop/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/password-change-phpmyadmin-for-user-in-prestashop/">password change phpMyAdmin for user in PrestaShop</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>Need to change password for PrestaShop user with phpMyAdmin?</p>
<p>After a successful data migration onto WAMP, in attempts to log into the Back Office (BO) resulted with error &#8217;employee does not exist or incorrect password&#8217;.  To resolve this error, follow two simple steps for password change phpMyAdmin.</p>
<p><strong>Step 1.)</strong> You will need to copy your _COOKIE_KEY_ located in /config/settings.inc.php<br />
This will be a random alphanumeric string of characters (e.g. Pi32n2bx6koC31bq7mndpc32ihfYcZ1bKMCogBIq1LExF5nGcOdWm3gc)</p>
<p><strong>Step 2.)</strong> Log into phpMyAdmin and select SQL and enter the below syntax and click Go.<br />
Note: DO NOT<span style="text-decoration: underline;"> enter any spaces</span> between your _COOKIE_KEY_ and PASSWORD</p>
<p><span style="color: #800000;">UPDATE `ps_employee` SET `passwd` = MD5(&#8216;Pi32n2bx6koC31bq7mndpc32ihfYcZ1bKMCogBIq1LExF5nGcOdWm3gcNEWPASSWORD&#8217;) WHERE `ps_employee`.`id_employee` = 1;</span></p>
<p>There is no space between the _COOKIE_KEY_ and your password; they run together..</p>
<p><strong>Resources:</strong></p>
<p>Screen Shot Instructions on how to restet PrestaShop employee password via phpMyAdmin: <a title="Screen Shot Instructions on how to restet PrestaShop employee password" href="http://www.templatemonster.com/help/how-to-reset-prestashop-admin-details.html">http://www.templatemonster.com/help/how-to-reset-prestashop-admin-details.html</a></p>
 <script type="text/javascript"><!--
google_ad_client = "ca-pub-9218567626174444";
/* My Web Dev Resources */
google_ad_slot = "3283801538";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/password-change-phpmyadmin-for-user-in-prestashop/">password change phpMyAdmin for user in PrestaShop</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
