Skip to content

Commit 44e1e65

Browse files
committed
2 parents 2009095 + bbe4aad commit 44e1e65

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

WhiteCore/ScriptEngine/DotNetEngine/APIs/LSL/LSL_NotecardeCache.cs renamed to WhiteCore/ScriptEngine/DotNetEngine/APIs/LSL/LSL_NotecardCache.cs

File renamed without changes.
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)