• Resolved lau0986

    (@lau0986)


    Hello,
    In my WP website (localhost) I try to import a PS database but I get this error :
    [fgp2wc] Impossible de se connecter à la base de données de PrestaShop. Merci de vérifier vos paramètres. Et soyez certains que le serveur WordPress ait accès à la base de données de PrestaShop.
    SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: H�te inconnu.

    I’m sure that the PS credentials are right. But do you think the error could be due to my localhost ? Should I import the PS DB on prod website ?

    https://ww.wp.xz.cn/plugins/fg-prestashop-to-woocommerce/

Viewing 1 replies (of 1 total)
  • Thread Starter lau0986

    (@lau0986)

    Ok, I follow the process :
    Add this line to xampp\phpmyadmin\config.inc.php

    $cfg[‘ExecTimeLimit’] = 6000;
    And Change xampp\php\php.ini to

    post_max_size = 750M
    upload_max_filesize = 750M
    max_execution_time = 5000
    max_input_time = 5000
    memory_limit = 1000M
    And change xampp\mysql\bin\my.ini

    max_allowed_packet = 200M

Viewing 1 replies (of 1 total)

The topic ‘Migrate on localhost’ is closed to new replies.