Difference between revisions of "Mattermost"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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>mmuser:{{arg|password}}@tcp({{arg|host}}:3306)/{{arg|username}}?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s</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

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