Mattermost: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
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
<hide> page type::article thing type::software software type::text chat </hide>
About
<hide>
page status::seed
</hide>
|
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
