• Resolved Rocky

    (@apawluk)


    Get the following error but all varaibles are correct.

    === START test_database 2025-10-31 03:01:40 ===
    [ERROR] Couldn’t connect to the Joomla database. Please check your parameters. And be sure the WordPress server can access the Joomla database.

    SQLSTATE[HY000] [1045] Access denied for user ‘bbrom734_stnic’@’localhost’ (using password: YES)

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

    (@kerfred)

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

    • export the Joomla 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 Joomla 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.