Home >Database >Mysql Tutorial >MySQL报表分文件存储及引擎修改

MySQL报表分文件存储及引擎修改

WBOY
WBOYOriginal
2016-06-07 16:16:08989browse

MySQL表格分文件存储及引擎修改 分文件存储表格: my.ini添加配置: innodb_file_per_table=1 ? ? 引擎设置为innodb: use 数据库名?engine=innodb; alter 表名 account engine=innodb; ?

MySQL表格分文件存储及引擎修改

分文件存储表格:

my.ini添加配置:

innodb_file_per_table=1

?

?

引擎设置为innodb:

use 数据库名?engine=innodb;

alter 表名 account engine=innodb;

?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn