Difference between revisions of "Mattermost"
Jump to navigation
Jump to search
(corrections) |
|||
Line 22: | Line 22: | ||
==Notes== | ==Notes== | ||
The documentation is not explicit about the format of the database-connection URI. It seems to be: | The documentation is not explicit about the format of the database-connection URI. It seems to be: | ||
− | * (for MySQL) <code> | + | * (for MySQL) <code>{{arg|user}}:{{arg|password}}@tcp({{arg|host}}:3306)/{{arg|schema}}?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s</code> |
Latest revision as of 13:08, 7 April 2019
About
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
Links
Official
- home site
- server download (latest version)
- server installation
- GitHub
Reference
Notes
The documentation is not explicit about the format of the database-connection URI. It seems to be:
- (for MySQL)
<user>:<password>@tcp(<host>:3306)/<schema>?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s