summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2014-07-29 14:45:14 +0200
committerroot2014-07-29 14:45:14 +0200
commit6856e6c1fa754d8c3a695379e80af8692bdc5e30 (patch)
treeda2fff32f97f1b01fe4254473c3ffee309da3d4b
parent[slx-admin] commented marker setting (diff)
downloadslx-admin-6856e6c1fa754d8c3a695379e80af8692bdc5e30.tar.gz
slx-admin-6856e6c1fa754d8c3a695379e80af8692bdc5e30.tar.xz
slx-admin-6856e6c1fa754d8c3a695379e80af8692bdc5e30.zip
[slx-admin] Out-commented several entries in DB import file (conflicted
with satellite_setup script)
-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;