Search code examples
mysqlmovabletype

Reading SQL/XML Exported from MovableType


Is there a way to read the XML files exported from MT? When I open up the XML file, it isn't XML. It's just a string of encrypted characters. I'm looking to bring the SQL contained in it into a custom project.


Solution

  • Glyph, you are not supposed to import the movable type exported .xml files to your mysql database.

    The exported movable type .xml file is a result of the movable type "backup" function. You could use it to restore your blog inside the same or inside another movable type installation, but using the "restore" function.

    As you know, the 'Backup' feature is available at the blog level, under: Tools -> Backup

    Or at the system level, under: System Overview -> Tools -> Backup

    However, the "Restore" function is available only at the system level under: System Overview -> Tools -> Restore