aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-06 23:14:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-06 23:14:16 +0000
commitb79903baaacbb0fd2be7a01ae1cdfe6d94e978c1 (patch)
tree07b2364060176af2c89e3b5ff03ae7d02014d7bd
parenta11cf9650408c7b491014801e4f935649fe506eb (diff)
downloadgnunet-b79903baaacbb0fd2be7a01ae1cdfe6d94e978c1.tar.gz
gnunet-b79903baaacbb0fd2be7a01ae1cdfe6d94e978c1.zip
fix
-rw-r--r--doc/README.mysql2
-rw-r--r--doc/README.postgres2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.mysql b/doc/README.mysql
index e123c43ac..84aeb241f 100644
--- a/doc/README.mysql
+++ b/doc/README.mysql
@@ -25,7 +25,7 @@ Cons
25MANUAL SETUP INSTRUCTIONS 25MANUAL SETUP INSTRUCTIONS
26 26
27 1) in /etc/gnunet.conf, set 27 1) in /etc/gnunet.conf, set
28 sqstore = "sqstore_mysql" 28 DATABASE = mysql
29 29
30 2) Then access mysql as root, 30 2) Then access mysql as root,
31 $ mysql -u root -p 31 $ mysql -u root -p
diff --git a/doc/README.postgres b/doc/README.postgres
index 0213c72fb..2c96716a9 100644
--- a/doc/README.postgres
+++ b/doc/README.postgres
@@ -15,7 +15,7 @@ Cons
15MANUAL SETUP INSTRUCTIONS 15MANUAL SETUP INSTRUCTIONS
16 16
17 1) in /etc/gnunet.conf, set 17 1) in /etc/gnunet.conf, set
18 sqstore = "sqstore_postgres" 18 DATABASE = postgres
19 19
20 2) Then access postgres to create a user; I had to do this to get 20 2) Then access postgres to create a user; I had to do this to get
21 access and create a user: 21 access and create a user: