Re: [cas-user] CAS 5.2.1 Inspeckr jdbc mysql database not being populated.

2018-02-02 Thread Man H
Typo: cas.audit.jdbc.ddlAuto=create-drop 2018-02-02 12:23 GMT-03:00 Man H : > Just create table > > run with > cas.jdbc.showSql=true > cas.jdbc.genDdl=true > > cas.audit.jdbc.ddlAuto=create-none > > See you output, if it isnt beeing created you could use log output to > crete it. > > 2018-02-01 2

Re: [cas-user] CAS 5.2.1 Inspeckr jdbc mysql database not being populated.

2018-02-02 Thread Man H
Just create table run with cas.jdbc.showSql=true cas.jdbc.genDdl=true cas.audit.jdbc.ddlAuto=create-none See you output, if it isnt beeing created you could use log output to crete it. 2018-02-01 23:25 GMT-03:00 matrix development : > Try creating the table and change the ddlAuto to update > *

Re: [cas-user] CAS 5.2.1 Inspeckr jdbc mysql database not being populated.

2018-02-01 Thread matrix development
Try creating the table and change the ddlAuto to update *cas.authn.throttle.jdbc.**ddlAuto=update* _Fazla On Sat, Jan 27, 2018 at 12:33 AM, 'Mallory, Erik' via CAS Community < cas-user@apereo.org> wrote: > Inspektr or jdbc does not seem to be working properly. The database tables > are not gett