Beta Shell
v2.0 ยท web2.us.cloudlogin.co
[FM]
[CMD]
[PHP]
[DB]
[INFO]
[SEC]
File Manager
~
/
etc
/
x2go
/
x2gosql
Upload
4 items
Name
Size
Perms
Modified
Actions
[ .. / .. ]
passwords
-
drwxr-xr-x
2022-02-15 16:18:04
Del
sql
703 B
-rw-r--r--
2022-02-15 16:18:04
Edit
Del
Editing: sql
(703 B)
Path: /etc/x2go/x2gosql/sql
Back
# postgres or sqlite or mysql backend=sqlite [postgres] host=localhost port=5432 # database admin (must have permissions to create databases and users) dbadmin=postgres # disable: SSL connections are never used # allow: try non-SSL, then SSL # prefer: try SSL, then non-SSL # require: connect only with SSL # default - prefer ssl=prefer [mysql] host=localhost port=3306 # database admin (must have permissions to create databases and users) dbadmin=root # hostmask for which connections will be allowed # % is a wild card, as usually in MySQL # wildcards and literal strings can be mixed, e.g., # %.example.com allows connections from all # remote hosts that match *.example.com. unet=my.organization