up vote 8 down vote favorite
1
share [g+] share [fb]

Is anyone aware of a script/class (preferably in PHP) that would parse a given MySQL table's structure and then fill it with x number of rows of random test data based on the field types? I have never seen or heard of something like this and thought I would check before writing one myself.

link|improve this question
feedback

1 Answer

up vote 11 down vote accepted

What you are after would be a data generator.

There is one available here which i had bookmarked but i haven't got around to trying it yet.

link|improve this answer
Very nice - just what I was looking for – Tim Gradwell May 9 '10 at 17:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.