just wondering is there any chance that their will be a dummy database schemas available for download on the net? I would like to try out a system and i need tons of information to test it from specific bugs. You know just like an ipsum generator. would there be, by any case a chance of a dummy database available. Maybe you guys have tried it. THanks
Share
Assuming you are using MySQL this is a great dummy database:
http://dev.mysql.com/doc/index-other.html
Scroll down and download “Sakila” under the example databases.
The included SQL files do everything for setting it up, etc.