gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6080 - GNUnet-docs/WWW


From: gnunet
Subject: [GNUnet-SVN] r6080 - GNUnet-docs/WWW
Date: Sun, 6 Jan 2008 10:04:01 -0700 (MST)

Author: grothoff
Date: 2008-01-06 10:04:01 -0700 (Sun, 06 Jan 2008)
New Revision: 6080

Modified:
   GNUnet-docs/WWW/user_afs.php3
Log:
fix

Modified: GNUnet-docs/WWW/user_afs.php3
===================================================================
--- GNUnet-docs/WWW/user_afs.php3       2008-01-06 17:03:33 UTC (rev 6079)
+++ GNUnet-docs/WWW/user_afs.php3       2008-01-06 17:04:01 UTC (rev 6080)
@@ -272,7 +272,7 @@
 W("[You should replace \$USER with the username that will be running the 
gnunetd process].");
 EP();
 PRE("CREATE DATABASE gnunet;\n" .
-    "GRANT select,insert,update,delete,create,alter,drop ON gnunet.* TO 
address@hidden;\n" .
+    "GRANT select,insert,update,delete,create,alter,drop,create temporary 
tables ON gnunet.* TO address@hidden;\n" .
     "SET PASSWORD FOR address@hidden(\"\$the_password_you_like\");\n" .
     "FLUSH PRIVILEGES;");
 echo "</li><li>";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]