MySQL Forums
Forum List  »  French

Re: Forward engineer... le moteur innoDB n'apparait pas le script
Posted by: Frédérick Roger
Date: December 09, 2009 02:16PM

Bonjour Jean,

Merci de bien vouloir m'aider.

Voici mon résultat pour SHOW ENGINES;

Engine Support Comment
MyISAM DEFAULT Default engine as of MySQL 3.23 with great performance
MEMORY YES Hash based, stored in memory, useful for temporary tables
InnoDB YES Supports transactions, row-level locking, and foreign keys
BerkeleyDB NO Supports transactions and page-level locking
BLACKHOLE YES /dev/null storage engine (anything you write to it disappears)
EXAMPLE NO Example storage engine
ARCHIVE YES Archive storage engine
CSV YES CSV storage engine
ndbcluster DISABLED Clustered, fault-tolerant, memory-based tables
FEDERATED DISABLED Federated MySQL storage engine
MRG_MYISAM YES Collection of identical MyISAM tables
ISAM NO Obsolete storage engine

Et non le moteur n'est pas indiqué dans les scripts que MySQL Worbench produit, et c'est bien ce qui m'enbête. Pourtant dans les préférences c'est bien innoDB qui est sélectionné. Alors je ne comprend pas pourquoi il n'ajoute rien dans les script concernant le moteur.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Forward engineer... le moteur innoDB n'apparait pas le script
3133
December 09, 2009 02:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.