mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
manual.texi:
Fix a syntax error which slipped into previous changeset
This commit is contained in:
parent
8ca07bf54a
commit
1e8a4d7ce1
1 changed files with 1 additions and 1 deletions
|
@ -36797,7 +36797,7 @@ the configuration file @file{my.cnf}. @xref{Option files}.
|
|||
The only required parameter to use InnoDB is @code{innodb_data_file_path},
|
||||
but you should set others if you want to get a better performance.
|
||||
|
||||
The default value for @code{innodb_data_home_dir} is the @code<datadir}
|
||||
The default value for @code{innodb_data_home_dir} is the @code{datadir}
|
||||
of MySQL. If you do not specify @code{innodb_data_home_dir}, then
|
||||
you cannot use absolute paths in @code{innodb_data_file_path}.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue