这是我的文件连接:
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'
注意比:
- 如果我删除表格,错误是一样的。
- 我可以连接并从此表中选择数据
mysql -u usrGhapBI -p ghapBI
我想念什么?