From 26e603606ef13b48bbfca8bc5d20deb54e00455c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Sep 2010 21:46:58 +0000 Subject: update --- src/datacache/plugin_datacache_mysql.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/datacache/plugin_datacache_mysql.c') diff --git a/src/datacache/plugin_datacache_mysql.c b/src/datacache/plugin_datacache_mysql.c index d83d18cd6..267ea9d3d 100644 --- a/src/datacache/plugin_datacache_mysql.c +++ b/src/datacache/plugin_datacache_mysql.c @@ -39,14 +39,14 @@ ON gnunet.* TO $USER@localhost; SET PASSWORD FOR $USER@localhost=PASSWORD('$the_password_you_like'); FLUSH PRIVILEGES; - * @endverbatim + @endverbatim * 2) In the $HOME directory of $USER, create a ".my.cnf" file * with the following lines * @verbatim [client] user=$USER password=$the_password_you_like - * @endverbatim + @endverbatim * * Thats it -- now you can configure your datastores in GNUnet to * use MySQL. Note that .my.cnf file is a security risk unless its on @@ -61,7 +61,7 @@ * @verbatim $ mysql -u $USER -p $the_password_you_like mysql> use gnunet; - * @endverbatim + @endverbatim * * If you get the message "Database changed" it probably works. * -- cgit v1.2.3