3.【单选题】Choose the best answer. You are upgrading a MySQL instance to the latest 8.0 version. Examine this output:
mysql> SHOW GLOBAL VARIABLES LIKE '%dir';
+--------------------------------------+--------------------------------+
|Variable_ name |Value |basedir |/usr | 。。。。。。 |datadir |/var/lib/mysql | |innodb data_ home dir |/ innodb data | |innodb log_ group home_ di r |./ | |innodb temp tablespaces_ di I |./#innodb temp/ | |innodb tmpdir | | 。。。。。。 |plugin dir|/usr/ lib/plugin | 。。。。。。。 |tmpdi z ||/ tmp: /var/ tmp |
+------------------------------------------------+---------------------+
You plan to add this parameter to the configuration:
innodb_ directories=‘ /innodb_ extras’
Which statement is true?