Skip to content
Snippets Groups Projects
Commit 3cd7363f authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

Update README.md

parent 31791690
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@ git clone https://gitlab.servus.at/autoradio/engine
mysql -u root -p
CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'aura'@'localhost' IDENTIFIED BY 'secure-password';
GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'aura'@'localhost' IDENTIFIED BY 'secure-password';
GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura'@'localhost';
#### Files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment