Skip to content
Snippets Groups Projects
Commit 7ea44796 authored by David Trattnig's avatar David Trattnig
Browse files

Script to create db.

parent c7f76c53
No related branches found
No related tags found
No related merge requests found
CREATE DATABASE aura_engine CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'aura_engine'@'localhost' IDENTIFIED BY '1234';
GRANT ALL PRIVILEGES ON aura_engine.* TO 'aura_engine'@'localhost';
FLUSH PRIVILEGES;
\ No newline at end of file
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