• Resolved rujuta999

    (@rujuta999)


    I’m not able to connect with Drupal database. Getting following error. I checked FAQ but couldn’t understand where the changes are supposed to be made.

    === START test_database 2025-01-15 21:32:32 ===
    [ERROR] Couldn’t connect to the Drupal database. Please check your parameters. And be sure the WordPress server can access the Drupal database.

    SQLSTATE[HY000] [2002] Connection refused

Viewing 1 replies (of 1 total)
  • Plugin Author Kerfred

    (@kerfred)

    If Drupal and WordPress are not installed on the same host, you can do this:

    • export the Drupal database to a SQL file (with phpMyAdmin for example)
    • import this SQL file on the same database as WordPress
    • run the migration by using WordPress database credentials (host, user, password, database) instead of the Drupal ones in the plugin settings. You can find the WordPress credentials in the wp-config.php file.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.