pamela631:
I just thought of something.. if I installed the mysql_demo.sql and then am ready to get rid of those sample products.. how do I uninstall them?
1. If you've already added products or customers to your current store, you will get errors if you try to load the demo SQL file.
2. There is no magical "remove just the demo products and related stuff". There are numerous dependencies created when those items are installed, making it very difficult to differentiate between demo-only content vs content you've added for yourself.
What's really most efficient is to set up a second ZC store in another folder (and another database) on your server, with the sole purpose of being a demo with which you can see how certain kinds of products are set up in the demo data as well as see how the various screens work on both the storefront and the admin, without touching your live store.
You can then later either delete the entire temporary demo site, or repurpose it for use only for testing new changes you're considering making to your site, kind of a "staging area" of sorts, where you can test things without hurting your live site.
Or ... if your only goal with regard to "sample products" was to have a product or two so you can test checkout on your new store, then just create a couple products yourself, and delete them when you're done.
It really depends on what your goals are with regard to "sample products for testing". What were you wanting to test specifically?