Skip to content
Snippets Groups Projects
Commit fad22791 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by root
Browse files

Update README.md

parent 22b44237
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -30,6 +30,10 @@ apt install python3 python3-dev python3-pip git mariadb-server python3-venv libl
5. Benutzer `untis-read` Leserechte auf UNTIS-DB geben
```
mysql -u root -p
CREATE USER 'www-data'@'localhost' IDENTIFIED BY 'grummelPASS1531';
GRANT ALL PRIVILEGES ON *.* TO 'www-data'@'localhost';
CREATE USER 'untis-read'@'localhost' IDENTIFIED BY 'grummelPASS1531';
GRANT ALL PRIVILEGES ON *.* TO 'untis-read'@'localhost';
CREATE DATABASE schoolapps;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment