• hello
    i want to transfer this website [ redundant link removed ] with java backend to the wordpress site with a template.
    but my problem is i don’t know how to convert java database to wordpress database.

    • This topic was modified 3 years, 9 months ago by Jan Dembowski.
    • This topic was modified 3 years, 9 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    See if there is any sort of WP importer tool that’s compatible with your Java site. Or at least an exporter tool that will write to some common data exchange format like XML, SQL, or CSV. There are existing WP importer plugins that can read such formats, but there may still be an issue with getting data into the correct WP fields.

    You may need to develop a custom conversion tool if your data schema is not a commonly known one. Such a tool would read your data, one record at a time, and parse the fields into the appropriate WP DB tables and fields.

Viewing 1 replies (of 1 total)
  • The topic ‘convert database of java site to wordpress database’ is closed to new replies.