Commit Graph

26 Commits

Author SHA1 Message Date
Joas Schilling
529193a694 Merge pull request #9510 from nextcloud/bugfix/noid/improve-utf8-manual 2023-01-02 17:25:53 +01:00
Joas Schilling
fee809cb64 Improve UTF8 manual with older DB versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-01-02 07:23:10 +01:00
Daniel Calviño Sánchez
973565115c Adjust ROW_FORMAT note to changes in Nextcloud 24
Since Nextcloud 24 (nextcloud/server#e49233a79546) ROW_FORMAT is no
longer set to "COMPRESSED" when changing the character set of tables to
"utf8mb4" in the "Repair MySQL collation" repair step. However, that
repair step still sets the ROW_FORMAT to "DYNAMIC" before changing the
collation of tables, no matter the character set.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-12-23 19:15:03 +01:00
Joas Schilling
dfe90ce2e8 Adjust the manual to MySQL 8 required
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-15 11:47:28 +01:00
Morris Jobke
db8dcedaf2 Clarify on InnoDB file format
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-10-20 09:40:57 +02:00
Joas Schilling
6033245489 Continue at step 3 of MySQL
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-18 08:38:36 +02:00
Joas Schilling
d3b9d73efa Fix typo
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-22 10:31:47 +01:00
Joas Schilling
b1811b409d Add a comment about the changed ROW_FORMAT
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-20 11:45:41 +01:00
Moviuro
96fe694b55 mysql_4byte_support.rst: adjust wording, avoid repetition
Co-Authored-By: Sascha Wiswedel <wiswedel@users.noreply.github.com>
2019-10-29 16:25:58 +01:00
Moviuro
2e8a5c5014 mysql_4byte_support: extra maintenance steps
Make sure we `cd` to our nextcloud location
Enable and disable maintenance mode explicitly
Fixes #1572
2019-09-12 11:27:37 +02:00
John Molakvoæ
6fddb4755c Update mysql_4byte_support.rst (#1470)
Update mysql_4byte_support.rst
2019-07-02 07:39:23 +02:00
Patrick Robertson
2a725a60d0 Include info about Barracuda innodb_file_format
innodb_file_format=Barracuda is required for utf8mb4, some hosts/servers might not use this file format. It is important to check before upgrading.

Signed-off-by: Patrick Robertson <robertson.patrick@gmail.com>
2019-06-27 09:23:05 +08:00
cyBea
1b582ec1d3 Update mysql_4byte_support.rst
To clarify needed mysql user privileges.
I am not quite sure if this also applies to <code>ALTER DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;</code> in mysql section 3.
2019-06-01 21:42:44 +02:00
BernieO
c58f36ee46 Make people continue with MySQL instructions
Signed-off-by: Bernhard Ostertag <bernieo.github@gmx.de>

It does not seem to be obvious to continue with the MySQL steps when using MariaDB 10.2 or earlier after step 4 when no error occurred.

According forum thread: https://help.nextcloud.com/t/solved-mysql-is-used-as-database-but-does-not-support-4-byte-characters-error-message-persist-after-fix/52999/2
2019-05-12 00:53:21 +02:00
Morris Jobke
238e3f14e0 Update admin_manual/configuration_database/mysql_4byte_support.rst
ok

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
Morris Jobke
b165041d4d Update admin_manual/configuration_database/mysql_4byte_support.rst
thanks for the hint : )

Co-Authored-By: rth-dev <rth@dev-used.de>
2019-05-06 13:15:49 +00:00
rth
9d485395db Update mysql_4byte_support.rst 2019-05-06 13:15:48 +00:00
Joas Schilling
c7a7a424d7 Add a note about the necessary mysqldump change
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-29 11:49:51 +02:00
Joas Schilling
cccd8533e4 Fix numbers
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 11:49:35 +02:00
Joas Schilling
defa0fb898 Improve the documentation for MySQL 4byte on MySQL 8+ and MariaDB 10.3+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-24 11:27:05 +02:00
Hans Erasmus
b54422cb17 Fixed a few typos in the database configuration section. 2018-07-19 11:13:54 +02:00
Marc Schröder
e1ffa0b96b Update mysql_4byte_support.rst
Added php for the instructions of changing the config.php and converting the existing tables.
2018-03-05 10:07:46 +01:00
peterdamian
e07dd2c746 Header changes for the admin manual, #602 2017-11-15 17:01:03 -05:00
Morris Jobke
937c54826e Fix type of config option
Fixes #286

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-08 14:09:13 +02:00
Alixerid
e917bcf8c4 change value of innodb_large_prefix to 1
Older versions of mysql may not accept `on` as a value and configuration may fail. `1` is sure to work. 
See issue #4846 https://github.com/nextcloud/server/issues/4846
2017-06-22 19:58:26 +02:00
Morris Jobke
028e4430e6 Move MySQL 4 byte to DB section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-14 15:13:01 -05:00