Re: Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-26 Thread Prabhat Kumar
Yes, InnoDB is the default storage engine for MySQL as of MySQL 5.5.MyISAM and InnoDB has its own features. InnoDB probably the best RDBMS out there. InnoDB is default engine might be due nowadays most of the application required fully ACID-compliant modes, self recovery from a crash, and many

Re: Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-25 Thread Hal�sz S�ndor
2011/05/25 10:53 +0200, Reindl Harald if there is no good reason i will never enable innodb because MyISAM is enough for most web-apps And also MyISAM supports auto-increment in a lesser part of a primary key and InnoDB not--but although it is of interest, I have not tryed it.

Re: Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-25 Thread Reindl Harald
Am 25.05.2011 10:35, schrieb Brent Clark: > Hiya > > I think I read somewhere that Mysql 5.5 is defaulting on Innodb as its > default storage engine. > > The question I would like to ask is. For those still running Mysql 5.0 / 5.1. > Have any of you set the mysql def

Re: Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-25 Thread Rik Wasmus
On 2011-05-25 10:35:45 Brent Clark wrote: > I think I read somewhere that Mysql 5.5 is defaulting on Innodb as its > default storage engine. > > The question I would like to ask is. For those still running Mysql 5.0 / > 5.1. Have any of you set the mysql default variable to be / u

Innodb as its default storage engine for Mysql 5.0 / 5.1

2011-05-25 Thread Brent Clark
Hiya I think I read somewhere that Mysql 5.5 is defaulting on Innodb as its default storage engine. The question I would like to ask is. For those still running Mysql 5.0 / 5.1. Have any of you set the mysql default variable to be / use Innodb? Regards Brent Clark -- MySQL General Mailing

Re: InnoDB Default Storage Engine

2010-04-18 Thread Prabhat Kumar
e its default storage engine is InnoDB. but it will not change any existing table storage engine to Innodb. To do this there is two way. a. You can change storage engine by alter command of tables, but one by one. eg. *Alter table [tablename] engine=myisam; * b. export the database , an then re

Re: InnoDB Default Storage Engine

2010-04-18 Thread Rob Wultsch
On Sun, Apr 18, 2010 at 8:31 PM, Angelina Paul wrote: > I want to change the mysql default storage engine from MyISAM to InnoDB. > What are the  steps involved .Is it edit my.cnf file and add a line > default-storage-engine=innodb and restart the mysql server? If you do not want to c

InnoDB Default Storage Engine

2010-04-18 Thread Angelina Paul
I want to change the mysql default storage engine from MyISAM to InnoDB. What are the steps involved .Is it edit my.cnf file and add a line default-storage-engine=innodb and restart the mysql server? How I can bring my databases with mixed storage engine down without any data loss. What steps I

Re: default storage engine

2009-01-14 Thread Claudio Nanni
s the default storage engine so it should not be specified. Cheers Claudio Nanni 2009/1/14 Walter Heck > You can only copy files liek that for MyISAM tables. Are you sure you > didn't > accidentally convert to INNODB somewhere along the line? If so, go back to > your old insta

Re: default storage engine

2009-01-14 Thread Walter Heck
ad because WAMPSERVER defaults > to INNODB and ALL my work is MYISAM so after I figured out that I just > need to change the default storage engine, everything worked as > expected, copy the files, fire it up and it works. THIS TIME, I have a > real problem because the default storage en

default storage engine

2009-01-14 Thread mikesz
he default storage engine, everything worked as expected, copy the files, fire it up and it works. THIS TIME, I have a real problem because the default storage engine has disappeared from the my.ini file and if I put it in MySQL does not even start anymore. Not only that, when I copy the database

Re: default-storage-engine not working?

2007-04-25 Thread Rolando Edwards
Try just 'storage-engine' - Original Message - From: [EMAIL PROTECTED] To: mysql@lists.mysql.com Cc: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 5:26:40 AM (GMT-0500) America/New_York Subject: default-storage-engine not working? Hi, we have just upgraded from mysql 4.1

default-storage-engine not working?

2007-04-25 Thread magnusm
Hi, we have just upgraded from mysql 4.1 to 5.0 and this far I only have one problem. I can't get default-storage-engine to work. I have "default-storage-engine = INNODB" under my [mysqld] in my.cnf which is loaded by the daemon (tested with password=xxx). I have also tried def