Update mysql_4byte_support.rst

This commit is contained in:
rth 2019-04-26 22:48:42 +02:00 committed by GitHub
parent ab078b395d
commit c086f549af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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