StevenMagnet:
Is there an alternative bulk-upload addon for 1.5? Or does someone know the different database tables that the product data is stored in?
We are historical advocates of Easy Populate, and it is actually very easy to install, but as Glenn says, Apsona is a good alternative (and in some respects a better alternative). We use Apsona on ALL sites where there are lots of products and complex product arrangements.
We are quite "experienced" in the essential structure of the dbase, but would not ever consider loading product data via phpMyAdmin, because of the complexities of the relationships. ID's are auto-generated and assigned in MANY places, and as the ID is a crucial part of establishing the relationships, being even one digit "out-of-sync" will cause untold grief. This is just the normal nature of relational databases. It's just too risky to use phpMyAdmin to insert this data. A simple error will just compound the problems.