Migration Error: SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)After migration customers can't log using m1 passwordGeneral Question regarding the data migration tool of MagentoWhat are m2_cl tables in magento?Homepage became white screen after successful data Migration with no error logExtending Magento 2 Data Migration Toolsmagento 1 to magento 2 data migration issueStore is not found+Data Migrating From M1.8.1.0 To M2.2.4Undefined offset: 150 in /vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 813

Is it acceptable for a professor to tell male students to not think that they are smarter than female students?

Solving a recurrence relation (poker chips)

Little known, relatively unlikely, but scientifically plausible, apocalyptic (or near apocalyptic) events

Is the myth that if you can play one instrument, you can learn another instrument with ease true?

What's the in-universe reasoning behind sorcerers needing material components?

Why are the 737's rear doors unusable in a water landing?

Assassin's bullet with mercury

How can I determine if the org that I'm currently connected to is a scratch org?

Short story with a alien planet, government officials must wear exploding medallions

A category-like structure without composition?

How to remove strange space symbols in Word

What killed these X2 caps?

How seriously should I take size and weight limits of hand luggage?

Do scales need to be in alphabetical order?

Is it inappropriate for a student to attend their mentor's dissertation defense?

How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?

What do you call someone who asks many questions?

Why can't we play rap on piano?

How badly should I try to prevent a user from XSSing themselves?

How to tell a function to use the default argument values?

Why no variance term in Bayesian logistic regression?

Dreadful Dastardly Diseases, or Always Atrocious Ailments

Intersection Puzzle

Should I cover my bicycle overnight while bikepacking?



Migration Error: SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)


After migration customers can't log using m1 passwordGeneral Question regarding the data migration tool of MagentoWhat are m2_cl tables in magento?Homepage became white screen after successful data Migration with no error logExtending Magento 2 Data Migration Toolsmagento 1 to magento 2 data migration issueStore is not found+Data Migrating From M1.8.1.0 To M2.2.4Undefined offset: 150 in /vendor/magento/data-migration-tool/src/Migration/Step/Eav/Data.php on line 813













0















I am migrating data from Magento 1.9.3.1 to magneto 2.3.1 and getting Bellow error while I am running a command



php bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml


Error:



`SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)`


if I connect same on the server using command all working fine just issue with migration



Magento 1 database is located at third party database host server, I had set proper host details in config.xml but still getting an error. Also Magento 2 database on the third party database server.



here are my configuration file vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml



<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
<steps mode="settings">
<step title="Settings Step">
<integrity>MigrationStepSettingsIntegrity</integrity>
<data>MigrationStepSettingsData</data>
</step>
<step title="Stores Step">
<integrity>MigrationStepStoresIntegrity</integrity>
<data>MigrationStepStoresData</data>
<volume>MigrationStepStoresVolume</volume>
</step>
</steps>
<steps mode="data">
<step title="Customer Attributes Step">
<integrity>MigrationStepCustomerIntegrity</integrity>
<data>MigrationStepCustomerData</data>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="OrderGrids Step">
<integrity>MigrationStepOrderGridsIntegrity</integrity>
<data>MigrationStepOrderGridsData</data>
<volume>MigrationStepOrderGridsVolume</volume>
</step>
<step title="SalesIncrement Step">
<integrity>MigrationStepSalesIncrementIntegrity</integrity>
<data>MigrationStepSalesIncrementData</data>
<volume>MigrationStepSalesIncrementVolume</volume>
</step>
<step title="PostProcessing Step">
<data>MigrationStepPostProcessingData</data>
</step>
</steps>
<steps mode="delta">
<step title="Customer Attributes Step">
<delta>MigrationStepCustomerDelta</delta>
<volume>MigrationStepCustomerVolume</volume>
</step>
<step title="OrderGrids Step">
<delta>MigrationStepOrderGridsDelta</delta>
<volume>MigrationStepOrderGridsVolume</volume>
</step>
<step title="SalesIncrement Step">
<delta>MigrationStepSalesIncrementDelta</delta>
<volume>MigrationStepSalesIncrementVolume</volume>
</step>
</steps>
<source>
<database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
</source>
<destination>
<database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
</destination>
<options>
<map_file>etc/opensource-to-opensource/1.9.3.1/map.xml.dist</map_file>
<eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>
<eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>
<eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>
<log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>
<log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>
<settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>
<customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>
<customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>
<customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>
<delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>
<order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>
<map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>
<class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>
<tier_price_map_file>etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>
<stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>
<!--
In case bulk_size=0 it will be auto-detected for every document.
-->
<bulk_size>0</bulk_size>
<!--
Set direct_document_copy = 1 for better performance.
NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance
and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database
-->
<direct_document_copy>0</direct_document_copy>
<source_prefix />
<dest_prefix />
<auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>
<log_file>migration.log</log_file>
<progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>
<upgrade_customer_password_hash>1</upgrade_customer_password_hash>
<edition_migrate>opensource-to-opensource</edition_migrate>
<edition_number>1.9.3.1</edition_number>
<init_statements_source>SET NAMES utf8;</init_statements_source>
<init_statements_destination>SET NAMES utf8;</init_statements_destination>
<crypt_key>YvwdUIiD60FWqPAPh64rFETGTJ5VC6SR</crypt_key>
</options>
</config>








share


























    0















    I am migrating data from Magento 1.9.3.1 to magneto 2.3.1 and getting Bellow error while I am running a command



    php bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml


    Error:



    `SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)`


    if I connect same on the server using command all working fine just issue with migration



    Magento 1 database is located at third party database host server, I had set proper host details in config.xml but still getting an error. Also Magento 2 database on the third party database server.



    here are my configuration file vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml



    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    /**
    * Copyright © Magento, Inc. All rights reserved.
    * See COPYING.txt for license details.
    */
    -->
    <config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
    <steps mode="settings">
    <step title="Settings Step">
    <integrity>MigrationStepSettingsIntegrity</integrity>
    <data>MigrationStepSettingsData</data>
    </step>
    <step title="Stores Step">
    <integrity>MigrationStepStoresIntegrity</integrity>
    <data>MigrationStepStoresData</data>
    <volume>MigrationStepStoresVolume</volume>
    </step>
    </steps>
    <steps mode="data">
    <step title="Customer Attributes Step">
    <integrity>MigrationStepCustomerIntegrity</integrity>
    <data>MigrationStepCustomerData</data>
    <volume>MigrationStepCustomerVolume</volume>
    </step>
    <step title="OrderGrids Step">
    <integrity>MigrationStepOrderGridsIntegrity</integrity>
    <data>MigrationStepOrderGridsData</data>
    <volume>MigrationStepOrderGridsVolume</volume>
    </step>
    <step title="SalesIncrement Step">
    <integrity>MigrationStepSalesIncrementIntegrity</integrity>
    <data>MigrationStepSalesIncrementData</data>
    <volume>MigrationStepSalesIncrementVolume</volume>
    </step>
    <step title="PostProcessing Step">
    <data>MigrationStepPostProcessingData</data>
    </step>
    </steps>
    <steps mode="delta">
    <step title="Customer Attributes Step">
    <delta>MigrationStepCustomerDelta</delta>
    <volume>MigrationStepCustomerVolume</volume>
    </step>
    <step title="OrderGrids Step">
    <delta>MigrationStepOrderGridsDelta</delta>
    <volume>MigrationStepOrderGridsVolume</volume>
    </step>
    <step title="SalesIncrement Step">
    <delta>MigrationStepSalesIncrementDelta</delta>
    <volume>MigrationStepSalesIncrementVolume</volume>
    </step>
    </steps>
    <source>
    <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
    </source>
    <destination>
    <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
    </destination>
    <options>
    <map_file>etc/opensource-to-opensource/1.9.3.1/map.xml.dist</map_file>
    <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>
    <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>
    <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>
    <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>
    <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>
    <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>
    <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>
    <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>
    <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>
    <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>
    <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>
    <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>
    <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>
    <tier_price_map_file>etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>
    <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>
    <!--
    In case bulk_size=0 it will be auto-detected for every document.
    -->
    <bulk_size>0</bulk_size>
    <!--
    Set direct_document_copy = 1 for better performance.
    NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance
    and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database
    -->
    <direct_document_copy>0</direct_document_copy>
    <source_prefix />
    <dest_prefix />
    <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>
    <log_file>migration.log</log_file>
    <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>
    <upgrade_customer_password_hash>1</upgrade_customer_password_hash>
    <edition_migrate>opensource-to-opensource</edition_migrate>
    <edition_number>1.9.3.1</edition_number>
    <init_statements_source>SET NAMES utf8;</init_statements_source>
    <init_statements_destination>SET NAMES utf8;</init_statements_destination>
    <crypt_key>YvwdUIiD60FWqPAPh64rFETGTJ5VC6SR</crypt_key>
    </options>
    </config>








    share
























      0












      0








      0








      I am migrating data from Magento 1.9.3.1 to magneto 2.3.1 and getting Bellow error while I am running a command



      php bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml


      Error:



      `SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)`


      if I connect same on the server using command all working fine just issue with migration



      Magento 1 database is located at third party database host server, I had set proper host details in config.xml but still getting an error. Also Magento 2 database on the third party database server.



      here are my configuration file vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml



      <?xml version="1.0" encoding="UTF-8"?>
      <!--
      /**
      * Copyright © Magento, Inc. All rights reserved.
      * See COPYING.txt for license details.
      */
      -->
      <config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
      <steps mode="settings">
      <step title="Settings Step">
      <integrity>MigrationStepSettingsIntegrity</integrity>
      <data>MigrationStepSettingsData</data>
      </step>
      <step title="Stores Step">
      <integrity>MigrationStepStoresIntegrity</integrity>
      <data>MigrationStepStoresData</data>
      <volume>MigrationStepStoresVolume</volume>
      </step>
      </steps>
      <steps mode="data">
      <step title="Customer Attributes Step">
      <integrity>MigrationStepCustomerIntegrity</integrity>
      <data>MigrationStepCustomerData</data>
      <volume>MigrationStepCustomerVolume</volume>
      </step>
      <step title="OrderGrids Step">
      <integrity>MigrationStepOrderGridsIntegrity</integrity>
      <data>MigrationStepOrderGridsData</data>
      <volume>MigrationStepOrderGridsVolume</volume>
      </step>
      <step title="SalesIncrement Step">
      <integrity>MigrationStepSalesIncrementIntegrity</integrity>
      <data>MigrationStepSalesIncrementData</data>
      <volume>MigrationStepSalesIncrementVolume</volume>
      </step>
      <step title="PostProcessing Step">
      <data>MigrationStepPostProcessingData</data>
      </step>
      </steps>
      <steps mode="delta">
      <step title="Customer Attributes Step">
      <delta>MigrationStepCustomerDelta</delta>
      <volume>MigrationStepCustomerVolume</volume>
      </step>
      <step title="OrderGrids Step">
      <delta>MigrationStepOrderGridsDelta</delta>
      <volume>MigrationStepOrderGridsVolume</volume>
      </step>
      <step title="SalesIncrement Step">
      <delta>MigrationStepSalesIncrementDelta</delta>
      <volume>MigrationStepSalesIncrementVolume</volume>
      </step>
      </steps>
      <source>
      <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
      </source>
      <destination>
      <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
      </destination>
      <options>
      <map_file>etc/opensource-to-opensource/1.9.3.1/map.xml.dist</map_file>
      <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>
      <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>
      <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>
      <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>
      <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>
      <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>
      <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>
      <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>
      <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>
      <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>
      <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>
      <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>
      <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>
      <tier_price_map_file>etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>
      <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>
      <!--
      In case bulk_size=0 it will be auto-detected for every document.
      -->
      <bulk_size>0</bulk_size>
      <!--
      Set direct_document_copy = 1 for better performance.
      NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance
      and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database
      -->
      <direct_document_copy>0</direct_document_copy>
      <source_prefix />
      <dest_prefix />
      <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>
      <log_file>migration.log</log_file>
      <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>
      <upgrade_customer_password_hash>1</upgrade_customer_password_hash>
      <edition_migrate>opensource-to-opensource</edition_migrate>
      <edition_number>1.9.3.1</edition_number>
      <init_statements_source>SET NAMES utf8;</init_statements_source>
      <init_statements_destination>SET NAMES utf8;</init_statements_destination>
      <crypt_key>YvwdUIiD60FWqPAPh64rFETGTJ5VC6SR</crypt_key>
      </options>
      </config>








      share














      I am migrating data from Magento 1.9.3.1 to magneto 2.3.1 and getting Bellow error while I am running a command



      php bin/magento migrate:data -r vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml


      Error:



      `SQLSTATE[HY000] [1045] Access denied for user 'wnvjqhgtcr'@'xxx.xx.xx.xx' (using password: YES)`


      if I connect same on the server using command all working fine just issue with migration



      Magento 1 database is located at third party database host server, I had set proper host details in config.xml but still getting an error. Also Magento 2 database on the third party database server.



      here are my configuration file vendor/magento/data-migration-tool/etc/opensource-to-opensource/1.9.3.1/config.xml



      <?xml version="1.0" encoding="UTF-8"?>
      <!--
      /**
      * Copyright © Magento, Inc. All rights reserved.
      * See COPYING.txt for license details.
      */
      -->
      <config xmlns:xs="http://www.w3.org/2001/XMLSchema-instance" xs:noNamespaceSchemaLocation="../../config.xsd">
      <steps mode="settings">
      <step title="Settings Step">
      <integrity>MigrationStepSettingsIntegrity</integrity>
      <data>MigrationStepSettingsData</data>
      </step>
      <step title="Stores Step">
      <integrity>MigrationStepStoresIntegrity</integrity>
      <data>MigrationStepStoresData</data>
      <volume>MigrationStepStoresVolume</volume>
      </step>
      </steps>
      <steps mode="data">
      <step title="Customer Attributes Step">
      <integrity>MigrationStepCustomerIntegrity</integrity>
      <data>MigrationStepCustomerData</data>
      <volume>MigrationStepCustomerVolume</volume>
      </step>
      <step title="OrderGrids Step">
      <integrity>MigrationStepOrderGridsIntegrity</integrity>
      <data>MigrationStepOrderGridsData</data>
      <volume>MigrationStepOrderGridsVolume</volume>
      </step>
      <step title="SalesIncrement Step">
      <integrity>MigrationStepSalesIncrementIntegrity</integrity>
      <data>MigrationStepSalesIncrementData</data>
      <volume>MigrationStepSalesIncrementVolume</volume>
      </step>
      <step title="PostProcessing Step">
      <data>MigrationStepPostProcessingData</data>
      </step>
      </steps>
      <steps mode="delta">
      <step title="Customer Attributes Step">
      <delta>MigrationStepCustomerDelta</delta>
      <volume>MigrationStepCustomerVolume</volume>
      </step>
      <step title="OrderGrids Step">
      <delta>MigrationStepOrderGridsDelta</delta>
      <volume>MigrationStepOrderGridsVolume</volume>
      </step>
      <step title="SalesIncrement Step">
      <delta>MigrationStepSalesIncrementDelta</delta>
      <volume>MigrationStepSalesIncrementVolume</volume>
      </step>
      </steps>
      <source>
      <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
      </source>
      <destination>
      <database host="xxx.xx.xx.xxx" name="magento" user="magento" password="magento" />
      </destination>
      <options>
      <map_file>etc/opensource-to-opensource/1.9.3.1/map.xml.dist</map_file>
      <eav_map_file>etc/opensource-to-opensource/map-eav.xml.dist</eav_map_file>
      <eav_document_groups_file>etc/opensource-to-opensource/eav-document-groups.xml.dist</eav_document_groups_file>
      <eav_attribute_groups_file>etc/opensource-to-opensource/eav-attribute-groups.xml.dist</eav_attribute_groups_file>
      <log_map_file>etc/opensource-to-opensource/map-log.xml.dist</log_map_file>
      <log_document_groups_file>etc/opensource-to-opensource/log-document-groups.xml.dist</log_document_groups_file>
      <settings_map_file>etc/opensource-to-opensource/settings.xml.dist</settings_map_file>
      <customer_map_file>etc/opensource-to-opensource/map-customer.xml.dist</customer_map_file>
      <customer_document_groups_file>etc/opensource-to-opensource/customer-document-groups.xml.dist</customer_document_groups_file>
      <customer_attribute_groups_file>etc/opensource-to-opensource/customer-attribute-groups.xml.dist</customer_attribute_groups_file>
      <delta_document_groups_file>etc/opensource-to-opensource/deltalog.xml.dist</delta_document_groups_file>
      <order_grids_document_groups_file>etc/opensource-to-opensource/order-grids-document-groups.xml.dist</order_grids_document_groups_file>
      <map_document_groups>etc/opensource-to-opensource/map-document-groups.xml.dist</map_document_groups>
      <class_map>etc/opensource-to-opensource/class-map.xml.dist</class_map>
      <tier_price_map_file>etc/opensource-to-opensource/1.9.3.1/map-tier-price.xml.dist</tier_price_map_file>
      <stores_map_file>etc/opensource-to-opensource/map-stores.xml.dist</stores_map_file>
      <!--
      In case bulk_size=0 it will be auto-detected for every document.
      -->
      <bulk_size>0</bulk_size>
      <!--
      Set direct_document_copy = 1 for better performance.
      NOTE: 'source' and 'destination' databases MUST be placed on the same MySQL instance
      and 'destination' user MUST be granted with 'SELECT' permissions on 'source' database
      -->
      <direct_document_copy>0</direct_document_copy>
      <source_prefix />
      <dest_prefix />
      <auto_resolve_urlrewrite_duplicates>0</auto_resolve_urlrewrite_duplicates>
      <log_file>migration.log</log_file>
      <progress_bar_format>%percent%% [%bar%] Remaining Time: %remaining%</progress_bar_format>
      <upgrade_customer_password_hash>1</upgrade_customer_password_hash>
      <edition_migrate>opensource-to-opensource</edition_migrate>
      <edition_number>1.9.3.1</edition_number>
      <init_statements_source>SET NAMES utf8;</init_statements_source>
      <init_statements_destination>SET NAMES utf8;</init_statements_destination>
      <crypt_key>YvwdUIiD60FWqPAPh64rFETGTJ5VC6SR</crypt_key>
      </options>
      </config>






      data-migration magento2.3.1





      share












      share










      share



      share










      asked 1 min ago









      Navin BhudiyaNavin Bhudiya

      7661024




      7661024




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268696%2fmigration-error-sqlstatehy000-1045-access-denied-for-user-wnvjqhgtcrxxx%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f268696%2fmigration-error-sqlstatehy000-1045-access-denied-for-user-wnvjqhgtcrxxx%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          HP P840 HDD RAID 5 many strange drive faiuresHP SmartArray P400: How to repair failed logical drive?Reusing Raid 5 Drive?reliably and automatically determine connection path of physical position of HDD from /dev/sdX device fileHow to replace failed drive in RAID 5 array in HP DL380 G4 serverQuestions on increasing RAID 5 arrayRaid 10, Logical device are missingHP Code 341 “Physical Drive State: Predictive failure. This physical drive is predicted to fail soon.”HPE 1.92TB SATA 6G Mixed Use SFF SSD very slow compared to SAS HDD HP disksHP drive array “ready for rebuild” (RAID5)Hard Disc Failure or RAID Glitch

          Jalkaväkirykmentti 49 (jatkosota) Sisällysluettelo Perustaminen | Keskittäminen | Komentaja(t) | Lähteet | NavigointivalikkoInfobox OKlaajentamalla

          Can Not View Content Blocks due to require.js error - Magento 2 theme change Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?get requirejs-config.js to load declared cdn's for jqueryOverride Magento/Checkout/view/frontend/web/js/view/shipping.js in custom theme not workingAdding Custom JS to Magento 2 Themerequire.js error on Magento 2Magento 2 require js throw errorMagento 2.1.2 regionUpdater js error on register.phtmlError loading popper.js on Magento 2 Theme (require js)requirejs error in my child themeIssue with bootstrap 4 in magento 2Magento 2 checkout page keeps on loading.In console,$.event.props is undefined in jquery.mobile.custom.js:44:2.How to clear that?Magento 2 Stuck on Checkout page