Go Back   Cloud Computing > Support > MySQL Issues.
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-09-10, 08:41
BOD Member
 
Join Date: Nov 2010
Posts: 104
Default Database engine of MySQL

Hi

I want to change the database engine of MySQL database table. Any suggestion how to do this? I've a database table my_table using MyISAM engine and I want to change the engine from MyISAM to InnoDB.

Thanks
Reply With Quote
  #2 (permalink)  
Old 12-10-10, 04:16
paullopez's Avatar
Administrator
 
Join Date: Nov 2010
Posts: 195
Default Re:

Hi

You should be used following query:

Quote:
ALTER TABLE my_table ENGINE = InnoDB;
If you have a cPanel access you should opt the easiest way to make this change from phpMyAdmin

1] Login to Cpanel >> Select phpMyAdmin
2] Select Database (which contains My_Table)
3] Click the SQL tab >> Paste above query >> click the go button.

The database engine of the table be changed to InnoDB, if the query fired properly.

Good Luck
Reply With Quote
Reply


Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 00:44.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.