I have somewhere around 30 tables used in my web application. I need to populate those tables with some dummy values during development. Later once the application is ready we will have the real data. Are there any tools to populate database tables in MySQL with dummy values?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You could try this: I've been meaning to look at it for a while, but never quite got round to it. |
|||
|
you could use SQLyog to easily manage your database. The community edition is free. |
|||
|
|
|
With Jailer you can export data to an SQL script which can traverse foreign key constraints to include all data needed to maintain referential integrity. Here is a screenshot from the Jailer website demonstrating the data export:
|
|||
|
