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?
Share
You could try this:
http://www.generatedata.com/
I’ve been meaning to look at it for a while, but never quite got round to it.