You know, i really should anyway, another db front-end that i want to use is only compatible with InnoDB tables, I am sure MySQL has a tool to do that too, but i have a lot of code in place ( especially the company website that is in Ruby on Rails ), and one of our tables is about 2.4 GB big don't know if that complicates things, so i need to research all the possible gotchas and whatnot before i do this.
thanks for your help, shawn On 8/20/07, Christopher Armstrong <[EMAIL PROTECTED]> wrote: > > On 8/20/07, shawn bright <[EMAIL PROTECTED]> wrote: > > > > Awe man, > > > > i have everything in MySQL MyIASm tables. rats ! > > there is just way too much for me to start to restructure everything, so > > i will endeavor to find some code > > alternative. > > > Is it really a "restructure"? All you have to do is add the InnoDB marker > to your CREATE TABLE statements. (If you have to upgrade existing ones, I'm > sure that MySQL has some mechanism for doing that automatically. > > > > -- > Christopher Armstrong > International Man of Twistery > http://radix.twistedmatrix.com/ > http://twistedmatrix.com/ > http://canonical.com/ >
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
