I'm using MySql in development, because I can check what is in DB :))
You can use any supported DB (except Derby) and its UI/comman line
interface to check :)
On Wed, 5 Sep 2018 at 09:55, Daniel Baker
wrote:
> Ahh thanks. I was using the internal derby databse and wasn't sure
> how to chec
Ahh thanks. I was using the internal derby databse and wasn't sure
how to check and a developer I was working with couldn't seem to find it.
Sorry for the query. Seems glaringly obvious after seeing those
commands. Will start double checking from now on.
BR Dan
On 9/5/2018 9:43
mysql> use openmeetings;
mysql> show tables;
++
| Tables_in_openmeetings |
++
| address|
| appointment|
| chat |
*| conference_log |*
| configuration |
| email_queue|
| file_lo
Hi ,
Where exactly is this table? We can't seem to locate it
*DB conference_log table*
Thanks,
Dan
On 11/28/2017 11:09 AM, Maxim Solodovnik wrote:
Hello Daniel,
These events are being generated
1) in the DB conference_log table
2) in UI you can open Action and Activities and see "user
Hello Daniel,
Usually access to port 3306 is closed by default from external machines for
security reasons
So I guess the steps should be:
1) create new user as 'name'@'ext_IP' with really strong password
2) grant necessary rights to this user (I guess login and read for
particular table in one D
Hi Maxim,
What would be the best way to look at *DB conference_log table* from
a server external to OM ? Should I just attach to the database
through 3306 MYSQL port and do my analysis ?
Thanks,
Dan
On 11/28/2017 11:09 AM, Maxim Solodovnik wrote:
Hello Daniel,
These events a
Hello Daniel,
These events are being generated
1) in the DB conference_log table
2) in UI you can open Action and Activities and see "user leaves" events
There are plans to improve this:
https://issues.apache.org/jira/browse/OPENMEETINGS-1768
https://issues.apache.org/jira/browse/OPENMEETINGS-858