aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-08-03 15:33:19 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2010-08-03 15:33:19 +0000
commit00713a31cffdf0b0a6e8a28ed64a9950d912d95e (patch)
treeeb6c9b6e2455607a75105da370fade05a44743af /src/datastore/plugin_datastore_mysql.c
parent17ced1531b3b9c7606d8c7bfce4ff1d8923b3ecb (diff)
fixes
git-svn-id: https://gnunet.org/svn/gnunet@12447 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r--src/datastore/plugin_datastore_mysql.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 447ce71764..637fb83c5e 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -49,9 +49,8 @@
*
* 1) in /etc/gnunet.conf, set
* <pre>
- *
- * sqstore = "sqstore_mysql"
- *
+ * [datastore]
+ * DATABASE = "mysql"
* </pre>
* 2) Then access mysql as root,
* <pre>