You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is a bit move from the archive issue, I decide to open a new issue.
How to use sqlite instead of mysql? Is that only by comment out the 'connectionId' ?
Is there any specific things that make you store the file in runtime? I see someone using protected/data to store a file, when not using database. See yii auth module. I understand that this may be a personal interest but I just want to know whether any other reason for this.
Thanks so much.
Daniel
The text was updated successfully, but these errors were encountered:
If you don't define a connectionID, then AuditModule will put its own database in the runtime folder. This is not recommended for production, it's more of a "lets just run out of the box with no config" type thing.
Hi cornernote,
Since this is a bit move from the archive issue, I decide to open a new issue.
How to use sqlite instead of mysql? Is that only by comment out the 'connectionId' ?
Is there any specific things that make you store the file in runtime? I see someone using protected/data to store a file, when not using database. See yii auth module. I understand that this may be a personal interest but I just want to know whether any other reason for this.
Thanks so much.
Daniel
The text was updated successfully, but these errors were encountered: