Documentation

add_database.inc.php

Page-level DocBlock

Tags
subpackage

database

Table of Contents

Functions

add_database()  : mixed
Anlegen einer Datenbank

Functions

add_database()

Anlegen einer Datenbank

add_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_password: das Datenbankpasswort
  • database_comment: der Datenbankkommentar
  • 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
account_is_dummyaccount
throws
cant_connect_to_mysql_on_this_server
throws
couldnt_get_kas_ressources
throws
database_allowed_hosts_syntax_incorrect
throws
database_comment_syntax_incorrect
throws
max_database_reached
throws
no_mysql_on_this_server
throws
password_syntax_incorrect

        
On this page

Search results