summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DB_SCRIBBLE9
1 files changed, 5 insertions, 4 deletions
diff --git a/DB_SCRIBBLE b/DB_SCRIBBLE
index 5b5befa2..1dd81685 100644
--- a/DB_SCRIBBLE
+++ b/DB_SCRIBBLE
@@ -1,7 +1,8 @@
-CREATE DATABASE openslx;
-CREATE USER openslx@localhost;
-SET PASSWORD FOR openslx@localhost = Password('geheim');
-GRANT ALL ON openslx.* TO openslx@localhost;
+-- Entries commented out: satellite_install script won't like them
+-- CREATE DATABASE openslx;
+-- CREATE USER openslx@localhost;
+-- SET PASSWORD FOR openslx@localhost = Password('geheim');
+-- GRANT ALL ON openslx.* TO openslx@localhost;