通过jDBC与saiku发布与MySQL的连接

时间:2013-05-08 16:09:12

标签: mysql jdbc saiku

这是我的文件连接:

type=OLAP
name=ghapBI
driver=mondrian.olap4j.MondrianOlap4jDriver
location=jdbc:mondrian:Jdbc=jdbc:mysql://127.0.0.1/ghapBI;Catalog=/opt/django/bi_data/SchemaGHAP.xml;JdbcDrivers=com.mysql.jdbc.Driver;
username=usrGhapBI
password=hiperSecret

建立连接但出现异常(来自catalina.out):

Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 
SELECT command denied to user 'usrGhapBI'@'localhost' for table 'alumnes'

注意:

    如果我删除de table,
  • 错误是相同的。
  • 我可以从mysql -u usrGhapBI -p ghapBI
  • 连接并选择此表格中的数据
我错过了什么?

1 个答案:

答案 0 :(得分:0)

打开目录文件,在您的情况下:/opt/django/bi_data/SchemaGHAP.xml并在表定义中检查正确的架构:

<Table name="alumnes" schema="**** check here ****" alias="">