我将为我的本地 MySQL 数据库定制Saiku分析工具。为此,我必须按以下方式更改他们现有的数据源,
type=OLAP
name=steelwheels
driver=mondrian.olap4j.MondrianOlap4jDriver
location=jdbc:mondrian:Jdbc=jdbc:mysql://localhost/sampledata; \>Catalog=../webapps/saiku/steelwheels/steelwheels.mondrian.xml;JdbcDrivers=com.mysql.jdbc.Driver;
username=dbuser
password=password
根据上面的代码,谁能告诉我如何使用 MySQL 数据库sampledata生成名为steelwheels.mondrian.xml的蒙德里安模式文件
谢谢