Update mysql_4byte_support.rst

This commit is contained in:
rth
2019-04-26 22:48:42 +02:00
committed by Backportbot
parent 03bb4ef6dd
commit 9d485395db

View File

@@ -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::