• Resolved hjorrdis

    (@hjorrdis)


    Hello everyone,

    I have downloaded the backed up database through UpdraftPlus, but the file has no extension and no matter what I try does not seem to want to open in Access. I have tried .db, .mdf and a couple others but nothing seems to work.

    Anyone have any success in opening the database in Microsoft Access or another tool?

    Thanks!

    https://wordpress.org/plugins/updraftplus/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    WordPress databases are not compatible with Microsoft Access, so, you won’t be able to achieve this with a backup made by UpdraftPlus or with one by any other tool.

    WordPress databases backups are a sequence of SQL ( http://www.w3schools.com/sql/ ) commands that would be used to re-create the database in the event of needing recovery. They can be imported into a MySQL server, and then the server can be browsed using your preferred MySQL tool, such as phpMyAdmin.

    David

    Just out of curiosity, why do you want to use Access to open the database? What do you hope to achieve?

    If you need to browse the database, it is possible to use phpMyAdmin at your web host.

    Thread Starter hjorrdis

    (@hjorrdis)

    I’m hoping to do some advanced analysis of our order history, and the way the order tables are laid out are fairly complex and would require a query far beyond my capabilities. There is also a high enough quantity of orders that I’d have to do it in multiple segments.

    It took me about 6 hours to export from phpmyadmin and import into access three months of orders so that I could even begin to look at how to analyze it. If I’m trying to look at trends in purchasing habits over several seasons, this could take me weeks to do.

    If I can export the database and import into access, I can set up preset queries which auto process the tables and could do this on a regular basis.

    If anyone knows another way to do this, I’d love to try it.

    Hi,

    For that task, you should use a WooCommerce export plugin. There is at least one free one, and some commercial ones, available.

    David

    Thread Starter hjorrdis

    (@hjorrdis)

    I have an export plugin which I paid for, but it can’t even export one week of orders without timing out.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Opening backed up database in Microsoft Access’ is closed to new replies.