mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-19 14:50:22 +01:00
Updated de:Plugins:MySQL (markdown)
parent
9efc7894c4
commit
1ee31f33e7
|
|
@ -10,5 +10,18 @@ Realisiert die Anbindung an eine mySQL-Datenbank.
|
|||
## Funktionsweise
|
||||
|
||||
## Config
|
||||
Im Part `[MySQL]` der config.ini befindet sich die Konfiguration für das MySQL-Plugin.
|
||||
```php
|
||||
# Verbindung zur Datenbank und auswahl der Datenbank
|
||||
dbserver = localhost //Datenbankserver - IP oder 'localhost'
|
||||
dbuser = root //Datenbankuser
|
||||
dbpassword = root //Passwort für Datenbankuser
|
||||
database = boswatch //BOSWatch Datenbank
|
||||
|
||||
_Einstellungen in Config erläutern_
|
||||
# Datenbanktabellen für FMS/ZVEI/POCSAG
|
||||
tableFMS = bos_fms
|
||||
tableZVEI = bos_zvei
|
||||
tablePOC = bos_pocsag
|
||||
```
|
||||
|
||||
Wenn man die Config eingestellt hat, muss man nur noch das `boswatch.sql` File auf der MySQL ausführen. Dies legt die Datenbank und die Tabellen `bos_fms`, `bos_zvei` und `bos_pocsag` an.
|
||||
Loading…
Reference in a new issue