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 DB) 3) check Mysql is configured to work at IP addresses other than 127.0.0.1 (localhost) 4) check if 3306 is open on FW something like this On Tue, Jun 26, 2018 at 10:38 AM Daniel Baker <[email protected]> wrote: > 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 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 > > On Tue, Nov 28, 2017 at 10:57 AM, Daniel Baker < > [email protected]> wrote: > >> >> Hi, >> >> Does OM generate any events for when an admin or student enters and >> leaves the room ? >> Where can I see those events ? Are those events logged ? >> >> >> Thanks, >> >> Dan >> >> --- >> This email has been checked for viruses by AVG. >> http://www.avg.com >> >> > > > -- > WBR > Maxim aka solomax > > > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=icon> > Virus-free. > www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient&utm_term=link> > <#m_-4413082674116718008_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > -- WBR Maxim aka solomax
