分享到:
发表于 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个之多; |
|
楼主热贴 |
针对ZOL星空(中国)您有任何使用问题和建议 您可以 联系星空(中国)管理员 、 查看帮助 或 给我提意见