mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Update mysql_4byte_support.rst
This commit is contained in:
@@ -11,6 +11,15 @@ installation needs to be tweaked a bit.
|
||||
|
||||
[mysqld]
|
||||
innodb_file_per_table=1
|
||||
|
||||
Note:
|
||||
mysql> show variables like 'innodb_file_per_table';
|
||||
+-----------------------+-------+
|
||||
| Variable_name | Value |
|
||||
+-----------------------+-------+
|
||||
| innodb_file_per_table | ON |
|
||||
+-----------------------+-------+
|
||||
1 row in set (0.00 sec)
|
||||
|
||||
b. MySQL older than 8.0::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user