mysqladmin -u root -f drop foodmart mysqladmin -u root -f create foodmart cat ../oracle/FoodMartTables.sql | ./fixtables | mysql -u root foodmart cat ../oracle/FoodMartData.sql | ./fixdata | mysql -u root foodmart cat ../oracle/FoodMartIndexes.sql | ./fixindexes | mysql -u root foodmart
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 1820 | Paul Robert Dymecki | mondrian: Integrate latest from //guest/julian_hyde | ||
//guest/julian_hyde/mondrian/demo/mysql/ImportFoodMart.sh | |||||
#1 | 1583 | Julian Hyde |
mondrian: add transformer scripts for postgres, hsql; fix bugs in SqlQuery; add roadmap. |