diff --git a/15.html b/15.html new file mode 100644 index 0000000..dc164d8 --- /dev/null +++ b/15.html @@ -0,0 +1,141 @@ + + + + +
Eine Einführung - Teil 14 +
Deutsche Angestellten Akademie
~$ sudo apt install apache2 mysql-server phpmyadmin
~$ mysql -u root -p +MariaDB [(none)]> CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'some_very_complex_password'; +MariaDB [(none)]> GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost'; FLUSH PRIVILEGES; +MariaDB [(none)]> \q +