Documentation

update_database.inc.php

Page-level DocBlock

Tags
subpackage

database

Table of Contents

Functions

update_database()  : mixed
Bearbeiten einer Datenbank

Functions

update_database()

Bearbeiten einer Datenbank

update_database(array<string|int, mixed> $parameter) : mixed
Parameters
$parameter : array<string|int, mixed>

folgende Parameter sind möglich:

  • kas_login: das betreffende KAS Login
  • kas_auth_data: die Authentifizierungsdaten
  • kas_auth_type: der Authentifizierungstyp
  • database_login: das betreffende Datenbanklogin
  • database_new_password: das neue Datenbankpasswort (optional)
  • database_comment: der Datenbankkommentar (optional)
  • database_allowed_hosts: erlaubte IP Adressen, die sich zur Datenbank verbinden dürfen (optional)
Tags
link

Beispiel

throws
true

die Aktion wurde durchgeführt

throws
missing_parameter

ein Pflichtparameter fehlt

throws
nothing_to_do

es wurde nichts geändert

throws
cant_connect_to_mysql_on_this_server
throws
database_comment_syntax_incorrect
throws
database_login_not_found
throws
database_allowed_hosts_syntax_incorrect
throws
no_mysql_on_this_server
throws
password_syntax_incorrect

        
On this page

Search results