[thelist] Importing data to a new MySql database.

apathetic apatheticgenius at gmail.com
Sat Nov 13 12:01:36 CST 2004


On Sat, 13 Nov 2004 08:16:31 -0800, Mark Groen <markgroen at gmail.com> wrote:
> There are a number of ways to do it, among them dumping out the old
> data into a csv file and then importing it in

Just to expand slightly on Mark's reply.  If you export the old data
to a CSV file, you can then manipulate it in Excel to change the
structure (if needed) to match the new database structure.  You can
then import the modified CSV file to the new database.  All of this
can be achieved using phpMyAdmin.

Also, as you mentioned that you are planning to learn some PHP, have
you considered that a good place to start might be to modify the
software to give you the valid HTML output you require?

Tim

-- 
http://elaborate.sourceforge.net/ - Free PHP/MySQL wiki engine
http://www.apatheticgenius.com/


More information about the thelist mailing list