1
May be more of a mySQL question than XOOPs.
I am currently migrating from a 2.0.11 site to 2.2 site. Instead of following the update path, I decided to create a new site and am now trying to move the smartFAQ data from one site to the other. Besides having to rename the tables from xoops_smartfaq_faq/answers/categories to
xxxxx_smartfaq_faq/answers/categories is there anything else of which I need to be aware?
I am using the mySQL Administrator for W2k3 so I thought I would just backup the old schema, and import those tables into the new schema, renaming the Table Names to match. SmartFAQ is already installed and running in the new installation.
Running v4.1.12 of MySQL / PHP v5
The overall goal is to eventually down the old site and switch the new site into it's place.
Abel