aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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: