hcoop: add testing server busted, allow admins to configure apache
[hcoop/domtool2.git] / configDefault / mysql.csg
index 7a05d02..7d61caa 100644 (file)
@@ -1,6 +1,9 @@
 signature MYSQL_CONFIG = sig
 
 val adduser : string
+val passwd : string
 val createdb : string
+val dropdb : string
+val grant : string
 
 end