Skip to content

Commit 24947f1

Browse files
authored
Wording
1 parent d9cbede commit 24947f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/help/faq.en-us.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ is too small. Gitea requires that the `ROWFORMAT` for its tables is `DYNAMIC`.
325325
If you are receiving an error line containing `Error 1071: Specified key was too long; max key length is 1000 bytes...`
326326
then you are attempting to run Gitea on tables which use the ISAM engine. While this may have worked by chance in previous versions of Gitea, it has never been officially supported and
327327
you must use InnoDB. You should run `ALTER TABLE table_name ENGINE=InnoDB;` for each table in the database.
328-
If using MySQL 5, another possible fix is
328+
If you are using MySQL 5, another possible fix is
329329
```mysql
330330
SET GLOBAL innodb_file_format=Barracuda;
331331
SET GLOBAL innodb_file_per_table=1;

0 commit comments

Comments
 (0)