diff options
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> |