<?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>MySQL &#8211; My Web Development</title>
	<atom:link href="https://mywebdevelopment.org/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://mywebdevelopment.org</link>
	<description>Always learning something new..</description>
	<lastBuildDate>Tue, 04 Mar 2014 08:02:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Export PrestaShop database phpMyAdmin onto a Testing Domain.</title>
		<link>https://mywebdevelopment.org/export-prestashop-database-phpmyadmin/</link>
				<pubDate>Thu, 08 Nov 2012 20:37:01 +0000</pubDate>
		<dc:creator><![CDATA[Elias]]></dc:creator>
				<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[PrestaShop]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://mywebdevelopment.org/?p=43</guid>
				<description><![CDATA[<p>PrestaShop version 1.4.4.1 using phpMyAdmin to export PrestaShop database. According to PrestaShop documentation, the typical upgrade method has depreciated and is not recommended.  There is a free module &#8216;1-click-upgrade&#8217; from addons.prestashop.com that is recommended, however good luck in having it work! I&#8217;m left with a couple of options. a.) fix the module b.) perform depreciated… <span class="read-more"><a href="https://mywebdevelopment.org/export-prestashop-database-phpmyadmin/">Read More &#187;</a></span></p>
<p>The post <a rel="nofollow" href="https://mywebdevelopment.org/export-prestashop-database-phpmyadmin/">How to Export PrestaShop database phpMyAdmin onto a Testing Domain.</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></description>
								<content:encoded><![CDATA[<p>PrestaShop version 1.4.4.1<br />
using phpMyAdmin to export PrestaShop database.</p>
<p>According to PrestaShop documentation, the typical upgrade method has depreciated and is not recommended.  There is a free module &#8216;1-click-upgrade&#8217; from <a title="1 Click Upgrade for PrestaShop" href="http://addons.prestashop.com/en/administration-tools-prestashop-modules/5496-1-click-upgrade-autoupgrade.html">addons.prestashop.com</a> that is recommended, however good luck in having it work!</p>
<p>I&#8217;m left with a couple of options.<br />
a.) fix the module<br />
b.) perform depreciated upgrade</p>
<p>However, before I attempt anything; I want a complete copy of my Live PrestaShop (LPS) store over to a Testing Domain (TD).</p>
<p><strong>Step 1.)</strong> Download and install the version of PrestaShop that you are using on your LPS onto your TD.</p>
<p><span style="line-height: 1.5em;"><strong>Step 2.)</strong> </span>Copy any unique directories (mails, img, theme, modules, etc) and files from your LPS over to your TD and overwrite with unique ones.</p>
<p><strong>Step 3.)</strong> Now, export prestashop database phpmyadmin from your LPS over to your TD.</p>
<p><strong>Step 4.)</strong> On your TD, copy the _COOKIE_KEY_ located in <span style="color: #800000;">/config/settings.inc.php</span> and update phpMyAdmin with your _COOKIE_KEY_ and password then run SQL command. <a title="password change phpMyAdmin for user in PrestaShop" href="http://mywebdevelopment.org/password-change-phpmyadmin-for-user-in-prestashop/">Instructions on how to change password for user via phpMyAdmin</a>.</p>
<p><strong>Step 5.)</strong> Access the BO of your TD.</p>
<p><strong>Step 6.)</strong> In the BO, a warning will display that you are connected with the following domain &#8216;your-LPS.com&#8217;, you have to adjust in &#8220;Preferences &gt; SEO &amp; URLs&#8221; and set to your TD.</p>
<p><strong>Step 7.)</strong> In the BO, generate a new .htaccess file &#8220;Tools &gt; Generators&#8221;.</p>
<p>You now have complete copy of your LPS onto your TD.. Make a backup and get to work!</p>
<p><strong style="line-height: 1.5em;">NOTE</strong></p>
<p>Data migration is possible using phpMyAdmin with similar versions of PrestaShop v1.4, however data migration between different versions are problematic.</p>
<p><strong>Resources</strong></p>
<p>PrestaShop_v.1.4.x /classes, ImportModule.php: <a title="PrestaShop v.1.4.x / classes, ImportModule.php" href="http://scm.prestashop.com/browse/PrestaShop_v.1.4.x/classes/ImportModule.php" target="_blank">http://scm.prestashop.com/browse/PrestaShop_v.1.4.x/classes/ImportModule.php</a><br />
CSV Import improvements, change logs: <a title="CSV Import Products Change Logs" href="http://scm.prestashop.com/browse/~br=root%3A/PrestaShop_v.1.4.x/docs/csv_import/products_import.csv" target="_blank">http://scm.prestashop.com/browse/~br=root%3A/PrestaShop_v.1.4.x/docs/csv_import/products_import.csv</a><br />
1 Click Upgrade Module: <a title="1 Click Upgrade module for PrestaShop" href="http://addons.prestashop.com/en/administration-tools-prestashop-modules/5496-1-click-upgrade-autoupgrade.html">http://addons.prestashop.com/en/administration-tools-prestashop-modules/5496-1-click-upgrade-autoupgrade.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/export-prestashop-database-phpmyadmin/">How to Export PrestaShop database phpMyAdmin onto a Testing Domain.</a> appeared first on <a rel="nofollow" href="https://mywebdevelopment.org">My Web Development</a>.</p>
]]></content:encoded>
										</item>
	</channel>
</rss>
