Page 1 of 1

Empty tables on Installation

PostPosted:Wed Jul 14, 2021 8:48 am
by bumeshrai
I followed the video help and installed the community edition 6.3 VM on my system. Everything went OK till the Select query. I was not able to execute the select from table query. I could logon to http://localhost:8080/OpenKM/frontend/index.jsp

I logged to MySQL server and found that there were no tables created on installation.
Code: Select all
mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| okmdb              |
+--------------------+
2 rows in set (0.05 sec)

mysql> use okmdb;
Database changed
mysql> show tables;
Empty set (0.00 sec)
Where I am going wrong?

Re: Empty tables on Installation

PostPosted:Sat Jul 17, 2021 5:24 am
by bumeshrai
Requesting the moderator to please intervene and help.

Re: Empty tables on Installation

PostPosted:Sun Jul 18, 2021 10:46 am
by jllort
I think you are not using MySQL, take a look at conf/server.xml file where is set the database connection -> I suppose you are using HSQL either MySQL ( take a look here https://docs.openkm.com/kcenter/view/ok ... atasources )