Inhaltsverzeichnis

BLM-Gruppe

Mit dem FTP Zugriff ftp://entwickler@blmgeotest.de//pages/wiki/data/pages komm man zu den WikiTextseiten und kann diese für offline-Verwendung kopieren.

Für BLM-Notizen diese Datei bearbeiten.

Datenbanken

DB key/Value DB2
Datenbank SystemMySQL
Server 127.0.0.1
Benutzer geotest GeoTest
Passwort GeoTest0815 blm
Datenbank www0882_test
CREATE USER 'mantisbt'@'%' IDENTIFIED BY '***';GRANT USAGE ON *.* TO 'mantisbt'@'%' REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0;CREATE DATABASE IF NOT EXISTS `mantisbt`;GRANT ALL PRIVILEGES ON `mantisbt`.* TO 'mantisbt'@'%';

Passwort: mantisBT2.5

Benutzerrechten MySQL MariaDB

ohne Port local Socket-basiert /run/mysqld/mysqld10.sock

Login mit: tux@notebook:~$ sudo mysql -u root -p

Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 49 Server version: 10.1.47-MariaDB-0ubuntu0.18.04.1 Ubuntu 18.04

Copyright © 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

Datenbank Benutzer anzeigen mit : select user,host,password,plugin from mysql.user;

MariaDB [(none)]> CREATE USER 'mariaadmin'@'%' IDENTIFIED BY 'sqlpass'; Dort nacheinander folgende Befehle eingeben (‚geheim‘ muss durch ein sicheres Passwort ersetzt werden):

grant all on *.* to root@localhost identified by 'geheim' with grant option;

flush privileges;

quit;

-p, –password[=name] If password isnot given it's asked from the tty
-P, –port=#
-h, –host=name Connect to host.
-H, –html Produce HTML output.
-u, –user=name User for login if not current user.

sudo mariadb --user=root --password=Datenbank-Passwort1 --port=3307 --host=geotest.boxathome.net \\
Enter password: tuxdb

MariaDB [(none)]>quit;

root@itbsSynology:~# synoservicectl --restart pkgctl-MariaDB10
pkgctl-MariaDB10 restarted.

Synology

dbVerwalter DataStation#2#

sqladmin MariaDB10-sql

test spielwieseDB-1 spielwiese

tux@notebook:~$ mariadb –user=sqladmin –password=MariaDB10-sql –port=3307 –host=blmgeotest.synology.me

MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| spielwiese         |
+--------------------+

80.147.0.159 blmgeotest.synology.me

https://blmgeotest.synology.me/phpMyAdmin/index.php

https://blmgeotest.synology.me/adminerDE.php

Apps