I forgot the modified /etc/x2go/x2gosql/sql file ...


Regards,
Walid Moghrabi

TRAVAUX.COM
BAT I - PARC CEZANNE 2 290 AVENUE GALILEE - CS 80403
13591 AIX EN PROVENCE CEDEX 3

---
DISCLAIMER: This e-mail is private and confidential and may contain proprietary 
or legally privileged information. It is for the intended recipient only. If 
you have received this email in error, please notify the author by replying to 
it and then destroy it. If you are not the intended recipient you must not use, 
disclose, distribute, copy, print or rely on this e-mail or any attachment. 
Thank you
diff --git a/x2goserver-common/etc/x2gosql/sql b/x2goserver-common/etc/x2gosql/sql
index 66a7f7d..ccf1a6e 100644
--- a/x2goserver-common/etc/x2gosql/sql
+++ b/x2goserver-common/etc/x2gosql/sql
@@ -1,4 +1,4 @@
-#postgres or sqlite
+#postgres or mysql or sqlite
 backend=sqlite
 
 [postgres]
@@ -12,3 +12,11 @@
 #require: connect only with SSL
 #default - prefer
 ssl=prefer
+
+[mysql]
+host=localhost
+port=3306
+#restrict users network, "%" for any
+unet=%
+#database admin (must have permissions to create databases and users)
+dbadmin=root
_______________________________________________
x2go-dev mailing list
x2go-dev@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-dev

Reply via email to