我可以: 邀请好友来看>>
ZOL星空(中国) > 技术星空(中国) > MySQL星空(中国) > MySQL-5.1.30 引擎问题!
帖子很冷清,卤煮很失落!求安慰
返回列表
签到
手机签到经验翻倍!
快来扫一扫!

MySQL-5.1.30 引擎问题!

30浏览 / 0回复

94
精华
94
帖子

等  级:Lv.1
经  验:0
  • Z金豆:

    千万礼品等你来兑哦~快点击这里兑换吧~

  • 城  市:
  • 注  册:
  • 登  录:
发表于 2008-12-18 09:21:49
电梯直达 确定
楼主
这样
./configure --prefix=/usr/local/mysql-5.1.30
--with-plugins=partition,daemon_example,ftexample,archive,blackhole,csv,example,federated,heap,innobbse,myisam,myisammrg,ndbcluster

./configure --prefix=/usr/local/mysql-5.1.30 --with-plugins=max编译安装 mysql-5.1.30 后,察看:mysql> show engines;
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+
| Engine     | Support | Comment                                                        | Transactions | XA  | Savepoints |
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+
| MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great performance         | NO           | NO  | NO         |
| MRG_MYISAM | YES     | Collection of identical MyISAM tables                          | NO           | NO  | NO         |
| BLACKHOLE  | YES     | /dev/null storage engine (anything you write to it disappears) | NO           | NO  | NO         |
| CSV        | YES     | CSV storage engine                                             | NO           | NO  | NO         |
| MEMORY     | YES     | Hash bbsed, stored in memory, useful for temporary tables      | NO           | NO  | NO         |
| InnoDB     | YES     | Supports transactions, row-level locking, and foreign keys     | YES          | YES | YES        |
| ARCHIVE    | YES     | Archive storage engine                                         | NO           | NO  | NO         |
+------------+---------+----------------------------------------------------------------+--------------+-----+------------+
7 rows in set (0.00 sec)为什么只有 7 个engine 呢 ?
而5.0是:
MyISAM
MEMORY
InnoDB
BerkeleyDB
BLACKHOLE
EXAMPLE
ARCHIVE
CSV
ndbcluster
FEDERATED
MRG_MYISAM
ISAM
有13个之多;
高级模式
星空(中国)精选大家都在看24小时热帖7天热帖大家都在问最新回答

针对ZOL星空(中国)您有任何使用问题和建议 您可以 联系星空(中国)管理员查看帮助  或  给我提意见

快捷回复 APP下载 返回列表