Home > Database > Mysql Tutorial > PowerDesigner修改MySQL数据库的Table或DataBase的ENGINE(存储引擎)类型_MySQL

PowerDesigner修改MySQL数据库的Table或DataBase的ENGINE(存储引擎)类型_MySQL

WBOY
Release: 2016-06-01 13:01:35
Original
1450 people have browsed it

1、修改单个表的ENGINE(存储引擎)的类型

(1)选择建好的PowerDesigner的其中一张表。前提是这张表已经选择为Mysql5.0的数据库。

(2)右击——》属性,如图:

\

(3)选则Phsical Option——》双击type=(ISAM)因为PowerDesigner默认的是ISAM的存储引擎。这样type=(ISAM)就会出现在右边的框内。选择右侧的type=(ISAM)下面会出现type=下拉框列表。在下拉框中可以选择自己想要的存储引擎。如图:

\

在以上的操作中就可以进行Mysql数据库存储引擎的修改,以适应自己想用的存储引擎。

注意:在上图中可以看到PowerDesigner不仅仅可以设置存储引擎,还有很多其他的操作值得我们发现和学习的(在图中用蓝色的框标出)。

2、数据库的ENGINE(存储引擎)的修改。

(1)选择Databases——》Default Physical Options。如图:


(2)根据上面的方式打开会出现和表的操作就是一样的。所以这里不重复赘述。

注意:因为现在是数据库级别的操作,所以如果想要同时操作多张表,可以选择左下角的Apply to(在第二张图中已经标出)。

Related labels:
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