We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8b3ea commit 2d8a895Copy full SHA for 2d8a895
WhiteCoreSim/WhiteCoreDocs/Initial Database Setup.txt
@@ -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