简体   繁体   English

如何在Pentaho Report Designer中连接到远程MySQL数据库?

[英]How do I connect to a remote MySQL database in Pentaho Report Designer?

I already installed pentaho report designer in my laptop platform ubuntu 10.10. 我已经在笔记本电脑平台ubuntu 10.10中安装了pentaho报表设计器。 I need to create report but the problem was how to connect the mysql database map in other server not in my laptop. 我需要创建报告,但问题是如何在其他服务器(而不是笔记本电脑)中连接mysql数据库映射。 I already tried researching but I cannot understand is there any step by step way on how to work on this? 我已经尝试过研究,但是我不明白如何逐步进行这项工作?

Please help me badly needed this week. 请帮助我这个星期急需的。 Thank you!!! 谢谢!!! I would appreciate any assistance you can give. 我会很感激您能提供的任何帮助。

Don't really know anything about Pentaho, but you may find the Pentaho forum a useful place. 对Pentaho并没有真正的了解,但是您可能会发现Pentaho论坛是一个有用的地方。

http://forums.pentaho.com/showthread.php?58459-how-to-connect-to-database-MySQL http://forums.pentaho.com/showthread.php?58459-how-to-connect-to-database-MySQL

This may help 这可能会有所帮助

http://wiki.pentaho.com/display/COM/Designing+Reports+With+MySQL+and+JNDI http://wiki.pentaho.com/display/COM/Designing+Reports+With+MySQL+and+JNDI

The easiest solution is to clone the database locally to your laptop, and use JNDI definitions (which you can put in ~/.pentaho/simple-jndi/default.properties for PRD, and configure with Pentaho Administration Console for bi-server) - and as long as the JNDI sources have the same name, and point to databases with the same schema, your reports should work fine when you deploy them. 最简单的解决方案是将数据库本地克隆到便携式计算机,并使用JNDI定义(您可以将〜/ .pentaho / simple-jndi / default.properties放入PRD,并使用Pentaho Administration Console为双服务器配置)-只要JNDI源具有相同的名称,并指向具有相同架构的数据库,则在部署它们时,报表应该可以正常工作。

Dave. 戴夫

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM