I have about 30 tables used in my web application. I need to populate these tables with some dummy values at design time. Later, as soon as the application is ready, we will receive real data. Are there any tools to populate database tables in MySQL using dummy values?
source
share