Is there a way to convert an exisiting Wiki flat file database to a MySQL database?
I have an existing Wiki with the default flat file database and I would like to convert it to a MySQL database. Can I do this, and where do I find instructions to do this?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to convert an exisiting Wiki flat file database to a MySQL database?
I have an existing Wiki with the default flat file database and I would like to convert it to a MySQL database. Can I do this, and where do I find instructions to do this?
Thanks!
The answer depends a bit on which version(s) of PhpWiki you're running.
One way (in brief):
1. Make a "zip dump" of your current wiki.
2. Edit things to convert to MySQL.
3. Initialize the new wiki from your zip dump.
If that doesn't answer all your questions, ask some more, and I'll fill in the details.