InnoDB creation problems 5.0.18

This is a discussion on "InnoDB creation problems 5.0.18" within the Databases section. This forum, and the thread "InnoDB creation problems 5.0.18 are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 8th, 2006, 18:22
Up'n'Coming Member
Join Date: Jan 2006
Location: East Sussex
Age: 26
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation InnoDB creation problems 5.0.18

Hi guys,

Im running mysql version 5.0.18 on my local server and everytime i try to create a table with the InnoDB storage engine the server seems to change it automatically to MyISAM instead!

Does anyone know why it would be doing this and how to stop it from doing it!

Thanks
Reply With Quote

  #2 (permalink)  
Old Jun 18th, 2006, 22:52
Junior Member
Join Date: Jun 2006
Location: Wisconsin
Age: 30
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Re: InnoDB creation problems 5.0.18

what is the create table query that you are running? It should look like.

PHP: Select all

create table table_name (tableID int not null auto_increment,
field varchar(50),
PRIMARY KEY(tableID)
TYPE INNODB

Last edited by flann; Jun 18th, 2006 at 22:55.
Reply With Quote
  #3 (permalink)  
Old Jun 20th, 2006, 12:33
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: InnoDB creation problems 5.0.18

No, but I know how to fix it.

ALTER TABLE (name of your table) ENGINE = InnoDB
Reply With Quote
  #4 (permalink)  
Old Jun 20th, 2006, 12:35
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: InnoDB creation problems 5.0.18

BTW I think you need to use ENGINE instead of TYPE for mysql 5
Reply With Quote
  #5 (permalink)  
Old Jun 21st, 2006, 09:01
Up'n'Coming Member
Join Date: Jan 2006
Location: East Sussex
Age: 26
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Re: InnoDB creation problems 5.0.18

The problem wasnt with the sql, but the server itself. I had the binary installed that lacks the InnoDB code. Thanks for input anyway.
Reply With Quote
Reply

Tags
innodb, creation, problems, 5018

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web Page Creation and Design TerenceLloyd Job Opportunities 15 Aug 26th, 2007 23:09
My new creation Dual Earth Webforumz Cafe 1 Jul 15th, 2007 17:33
forum creation collinsc Website Planning 10 Apr 1st, 2007 22:18
Sub-domain creation Zumico PHP Forum 3 Dec 23rd, 2006 13:39
need help with on a form creation skyfire400 Web Page Design 2 Oct 14th, 2006 06:46


All times are GMT. The time now is 07:32.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43