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

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

WBOY
Release: 2016-06-07 16:16:08
Original
986 people have browsed it

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;

?

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template