mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-23 11:37:02 -04:00
Merge pull request #1571 from hedgedoc/chore/remove_tedious
Drop support for MS SQL Server
This commit is contained in:
commit
74b10d4e9b
4 changed files with 27 additions and 222 deletions
docs/content/setup
|
@ -2,7 +2,7 @@
|
|||
|
||||
!!! info "Requirements on your server"
|
||||
- Node.js 12 or higher
|
||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite, MSSQL)
|
||||
- Database (PostgreSQL, MySQL, MariaDB, SQLite)
|
||||
The database must use charset `utf8`. This is typically the default in PostgreSQL and SQLite.
|
||||
In MySQL and MariaDB UTF-8 might need to be set with `alter database <DBNAME> character set utf8 collate utf8_bin;`
|
||||
Be aware of older MySQL and MariaDB versions which sometimes use shorter representations of UTF-8 than 4 bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue