Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorjack
    • CommentTimeMay 15th 2006
     
    I like PloggerPress (a WordPress plugin: http://www.livingos.com/?p=32 and http://www.plogger.org/forum/comments.php?DiscussionID=559&page=1#Item_14). In order to use it both WordPress and Plogger, at this moment, must be in the same database. So now I want to move the tables from my Plogger database into my WordPress database.

    What 'fields' should I check or uncheck in phpMyAdmin to export the Plogger database without running into problems when importing this file into the WP database?

    Is this OK:

    SQL (export all)
    Structure:
    - Add AUTO_INCREMENT value
    - Enclose table and field names with backquotes
    Data:
    - use hexadecimal for binary fields
    Export type: INSERT

    I'm not sure about this auto_increment thing...
    •  
      CommentAuthormike
    • CommentTimeMay 15th 2006
     
    I think that should work Jack. Give it a try anyway, you'll know soon enough. You may also want to check "Use Complete Inserts". Auto_Increment is important for the key values (id's) so they enumerate automatically when a new record is added to a table.
    • CommentAuthorjack
    • CommentTimeMay 15th 2006
     
    Thanks Mike, it was easier than I thought :) And now I've got this PloggerPress installed in my sidebar (www.spoenk.nl). Very easy to use and adjustable.