8

Is there a program like Red Gate's Data Generator for MS SQL Server that generates data based on your database schema for MySQL?

Other alternatives (easy) to accomplish the objective very much welcomed!

Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156
super9
  • 29,181
  • 39
  • 119
  • 172

3 Answers3

3

Check out benerator:

http://databene.org/databene-benerator

0

Look at generatedata, which is available via http://www.generatedata.com

You can also fork the project: https://github.com/benkeen/generatedata

It's pretty simple and I didn't need a manual to figure out how to use it.

vinnybad
  • 2,102
  • 3
  • 19
  • 29
0

I've written a small script which can generate & populate your DB, it also can execute SQL files. Everything in synchronized manner (important if you have relationships defined in your DB)

Works like a charm for our team.

https://github.com/blacktea/populate-db-now

BlackTea
  • 1,274
  • 15
  • 27