Darryl Hoar wrote:
I am running MySql 3.23.53.   I am developing a multi-user
application in delphi using the Zeoslib controls.

Since it is going to be a multi-user application, should I use
Innodb ?

If so, are there any good tutorial/references for the Innodb ?

thanks,
Darryl




Hi Darryl,

I am wondering my self about the question when to use innodb instead of myisam; because this engine is set to default. You need to check first if your MySql supports the InnoDB engine by invoking: SHOW ENGINES;

I have read in the O'reilly book that you can overwrite the default myISAM engine by setting the mysqld-option: --default-storage-engine=type similair to --default-table-type=type in your .my.cnf file.

So now also my question: When to use innodb instead of myisam? What performace advantages does this engine have?

Danny Stolle
Netherlands

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to