Running migration of joomla db to wp db
-
I get the message: “[fg-joomla-to-wordpress] Couldn’t connect to the Joomla database. Please check your parameters. And be sure the WordPress server can access the Joomla database. SQLSTATE[28000] [1045] Access denied for user ‘xxx’@’localhost’ (using password: YES)”
First verify your login and password to the Joomla database.
If Joomla and WordPress are not installed on the same host:
If you use CPanel on the Joomla server, a solution is to allow a remote MySQL connection.
go into the Cpanel of the Joomla server
go down to Database section and click “Remote MySQL”
There you can add an access host (WordPress host). Enter the access host as the SOME-WEBSITE-DOMAIN-OR-IP-ADDRESS and click add host.I have tried several time the above methods but didn’t worked out..
Another solution is to copy the Joomla database on the WordPress database:
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.Now I want to go with the another option that is with Joomla db by exporting it. Now I have Joomla db with me in sql format but don’t know how am I able to migrate it in WP db? I didn’t see any such features in your plugin by migrating joomla db to wp db.
Please help me with this migration. I have messed up many days with this migration procedures.
Thanks and best regards,
Suman Shrestha
The topic ‘Running migration of joomla db to wp db’ is closed to new replies.