Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H2-Datenbank: readonly-User anlegen, optional mit AUTO_SERVER starten #43

Merged
merged 1 commit into from
Oct 9, 2023

Commits on Sep 29, 2023

  1. H2-Datenbank: readonly-User anlegen, optional mit AUTO_SERVER starten

     Um auf die H2-Datenbank bei laufendem Programm zugreifen zu können, kann die Datenbank mit AUTO_SERVER gestartet werden (dafür in cfg die Datei de.jost_net.JVerein.rmi.JVereinDBService.properties erzeugen; Inhalt ist die Zeile database.driver.h2.auto_server=true). Um nicht ungewollt Änderungen in der Datenbank vorzunehmen, habe ich den User readonly mit Passwort jverein angelegt, der nur Leserechte hat.
    NicoB77 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    a218e3d View commit details
    Browse the repository at this point in the history