diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-03 15:33:19 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-08-03 15:33:19 +0000 |
commit | 00713a31cffdf0b0a6e8a28ed64a9950d912d95e (patch) | |
tree | eb6c9b6e2455607a75105da370fade05a44743af /src/datastore/plugin_datastore_mysql.c | |
parent | 17ced1531b3b9c7606d8c7bfce4ff1d8923b3ecb (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.c | 5 |
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> |