mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-07 16:06:15 +00:00
Add Another mysql configuration issue fix
This commit is contained in:
parent
d67cbb2f26
commit
aa4281d293
12
README.md
12
README.md
@ -22,6 +22,18 @@ The cause may be that you have to enable 4-byte support.
|
|||||||
|
|
||||||
Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html
|
Here is a guide: https://docs.nextcloud.com/server/11/admin_manual/maintenance/mysql_4byte_support.html
|
||||||
|
|
||||||
|
## :question: Solve InnoDB 'Index column size too large' error on MySQL
|
||||||
|
|
||||||
|
If you are on MySQL or MariaDB and have the following issue with the database:
|
||||||
|
|
||||||
|
```
|
||||||
|
Index column size too large. The maximum column size is 767 bytes.
|
||||||
|
```
|
||||||
|
|
||||||
|
You should reconfigure your MySQL server to support a such column size.
|
||||||
|
|
||||||
|
Here are some informations: https://stackoverflow.com/questions/30761867/mysql-error-the-maximum-column-size-is-767-bytes/30767600
|
||||||
|
|
||||||
## :question: Solve the synchronisation issues
|
## :question: Solve the synchronisation issues
|
||||||
If you are using FastCGI you must enable buffering in FastCGI but commenting the following line:
|
If you are using FastCGI you must enable buffering in FastCGI but commenting the following line:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user