日期:2014-05-16 浏览次数:20629 次
Pentaho内置数据是hsql.数据库。那我们如何换掉移植成mysql?
思想:
移植的条件:
1.首先要有一个mysql数据。
2.将pentaho的启动配置连接到mysql上。
我现在做一个将pentaho5.0数据库移植的例子。我以win7系统为例子
1. 首先在biserver-ce\data\mysql5文件夹下将里面3个sql文件,在mysql下面运行。只要是pentaho5的解压就是3个文件。所以名字就不说了。
步骤是:登陆mysql –u –p
将sql文件导入:Source 加文件路径
2. 然后就是将pentaho 的启动配置连接到mysql。
所以一共修改6个xml文件。
biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jdbc.xml
biserver-ce/pentaho-solutions/system/applicationContext-spring-security-hibernate.properties
biserver-ce/pentaho-solutions/system/hibernate/hibernate-settings.xml
biserver-ce/pentaho-solutions/system/simple-jndi/jdbc.properties
biserver-ce/tomcat/webapps/pentaho/META-INF/context.xml
biserver-ce/tomcat/conf/Catalina/localhost/pentaho.xml
biserver-ce/pentaho-solutions/system/applicationContext-spring-security-jdbc.xml
修改如下(红色部分位修改过的):
<bean id="dataSource"
class="org.springframework.jdbc.datasource.DriverManagerDataSource">