Is there a way to populate (generate in an easy way) a dummy data in MySQL Workbench based on an existing database schema ?
I know I can select database, and click on "Select Rows - Limit 1000" and start inserting values for each row. But that would be rather long proces because of fairly complex database schema.
I guess there is something inside of MySQL Workbench to get around this, right?