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 > Change from InnoDB to MYISAM

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-24-05, 02:59
Alan Tse Alan Tse is offline
Registered User
 
Join Date: Jun 2005
Posts: 22
Change from InnoDB to MYISAM

I have installed MySQL 5 and would like to change the database type from InnoDB to MYISAM, how do I do that ?
Reply With Quote
  #2 (permalink)  
Old 10-24-05, 04:07
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
if u want to change ur table type to myisam then u can use
alter table tablename engine = myisam;
Reply With Quote
  #3 (permalink)  
Old 10-24-05, 19:13
Alan Tse Alan Tse is offline
Registered User
 
Join Date: Jun 2005
Posts: 22
Can I set the database engine as MyISAM when installing MySQL 5.0 ?
Reply With Quote
  #4 (permalink)  
Old 10-24-05, 22:56
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
U should change ur configuration file my.cnf in ur mysql intallation root directory.
Reply With Quote
  #5 (permalink)  
Old 10-25-05, 01:27
popskie popskie is offline
Registered User
 
Join Date: Oct 2004
Location: In cousin's house
Posts: 303
just add dis line to ur configuration file. its either a my.cfn or a my.ini filename. Under mysqld entry. This filename located in ur mysql subdirectory. i hop u dis can help u.
default-table-type=myisam
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