• How to export and import mTouch Quiz using phpMyadmin. You have to have already installed mTouch Quiz on your new server.
    Be careful of what database you are using and also what table you are exporting and importing to. In the following case wp_3 is the second subfolder of my installation.
    1. In your old site, go to phpMyadmin
    2. find wp_3_mtouchquiz_answers wp_3_mtouchquiz_questions wp_3_mtouchquiz_quiz wp_3_mtouchquiz_ratings and open in tabs
    3. go to each new tab and click on export
    4. click on GO, file will now be downloaded to your computer
    5. on your new site, go to phpMyadmin
    6. find wp_3_mtouchquiz_answers wp_3_mtouchquiz_questions wp_3_mtouchquiz_quiz wp_3_mtouchquiz_ratings and open in tabs
    7. go to each new tab and click on import
    8. choose the correct file
    9. click on GO

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for posting – it confirmed that these are the only tables to worry about and nothing sits anywhere else in the db.

    When exporting i simply selected the tables i grabbed 4 tables (mtouchquiz_answer, mtouchquiz_question, mtouchquiz_quiz, mtouchquiz_ratings) by selecting them then exported in one go with the “drop if exists” option checked.

    Importing that sql worked fine.

    Thread Starter meetwp

    (@meetwp)

    Thanks for the feedback. It is good to know the method is still working fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excellent plugin! Here are instructions on how to export and import quizzes’ is closed to new replies.