Revision 9619
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/my.cnf | ||
---|---|---|
96 | 96 |
# |
97 | 97 |
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/. |
98 | 98 |
# Read the manual for more InnoDB related options. There are many! |
99 |
innodb_file_per_table |
|
99 | 100 |
# |
100 | 101 |
# * Security Features |
101 | 102 |
# |
Also available in: Unified diff
schemas/my.cnf: added innodb_file_per_table so each InnoDB table will get its own file. this should also allow databases with InnoDB tables to be manually renamed.