If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Help wiht InnoDB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-08-03, 11:38
ypx5269 ypx5269 is offline
Registered User
 
Join Date: Sep 2003
Posts: 35
Help wiht InnoDB

Hi,

I have installed phpdev423 with success which contains MySQL4. My problem is that I need to create a booking system database and need InnoDB as opposed to MyISAM (for referential integrity). I have tried altering the tables to InnOB wihtout success. Even in the drop down menu the choice is 'heap', 'merge' or 'MyIsam'.

Looking at the documentation I should have the option of choosing Innob in MySql4. Could anyone advise me how I could get Innodb? Would it require removing mySql?

Many thanks,

Mark
Reply With Quote
  #2 (permalink)  
Old 11-09-03, 06:47
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
First make sure that innodb is configured on your server then you can alter your table by using alter table type = innodb
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #3 (permalink)  
Old 11-09-03, 07:38
ypx5269 ypx5269 is offline
Registered User
 
Join Date: Sep 2003
Posts: 35
Hi,

Being new to this could you explain where I have to configure this. How do I get to the files and what lines do i need to change? Can I keep my version of mySql that came with phpdev423.

Many thanks,

Mark

Quote:
Originally posted by omiossec
First make sure that innodb is configured on your server then you can alter your table by using alter table type = innodb
Reply With Quote
  #4 (permalink)  
Old 11-12-03, 08:04
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Quote:
Originally posted by ypx5269
Hi,

Being new to this could you explain where I have to configure this. How do I get to the files and what lines do i need to change? Can I keep my version of mySql that came with phpdev423.

Many thanks,

Mark
You probably using MySQL 4 - classic. There is not InnoDB included!
For InnoDB use the Standard or Max version of MySQL.

Info about InnoDB configuration you can find in your my.cnf file.
Reply With Quote
  #5 (permalink)  
Old 11-12-03, 12:28
ypx5269 ypx5269 is offline
Registered User
 
Join Date: Sep 2003
Posts: 35
Ok,

Thanks for the reply
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On