Skip to content

Commit 2d8a895

Browse files
authored
Create Initial Database Setup.txt
1 parent 4d8b3ea commit 2d8a895

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
For testing purposes only, please do NOT use this for a live grid
2+
3+
* Open your MariaDB / MySQL client and run the following commands:
4+
5+
CREATE DATABASE whitecore
6+
CREATE USER 'whitecore'@'localhost' IDENTIFIED BY 'whitecorepass';
7+
GRANT ALL PRIVILEGES ON whitecore.* TO 'whitecore'@'localhost' WITH GRANT OPTION;
8+
FLUSH PRIVILEGES;

0 commit comments

Comments
 (0)