Has anyone got any tools/scripts etc. for getting the data dump into MySQL?

share|improve this question
2  
I have one :( But I'm not sure if I want to release my ugly code. – Ian Elliott Aug 13 '09 at 16:41

4 Answers

up vote 3 down vote accepted

I've got a script and schema for mysql that you can use if you are interested. The load script requires Ruby. I also split a tags out into their own table.

share|improve this answer
I was wondering this is up to date with the latest data dump? – find-missing-semicolon Apr 17 '12 at 15:47
will this work for stackexchange dataset? Thank You. – find-missing-semicolon Nov 6 '12 at 22:40

Here is a windows app that will import to MySql,MS Sql and SQLite:

http://meta.stackoverflow.com/questions/45333/fast-multi-platform-data-dump-import-sql-2000-05-08-sqlite-mysql

share|improve this answer

See also this (duplicate) answer asked yesterday.

share|improve this answer

Not sure if he used mysql, but obviously Greg Hewgill have imported into a database to generate some statistics. Maybe you could ask him?

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged