RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

Newsletter script
Script to convert XFS Pro MyISAM tables to Innodb

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
mrperl



Joined: 06 Mar 2010
Posts: 35

PostPosted: Mar 06, 2010 12:40 pm    Post subject: Script to convert XFS Pro MyISAM tables to Innodb Reply with quote

Hi folks.

I am doing some testing with XFS Pro and Innodb tables.

Seems to work so far, but more testing is needed.

Please do not use this if you rely on Alex for support or you are not
comfortable as a MySQL DBA.

Enjoy, mrperl.
Code:

-- File: xfspro-convert-1.7.sql.txt
-- Purpose: Convert XFS Pro 1.7 tables to Innodb table type for
-- experimentation and testing
-- Date: 2010-03-06
-- License: Public Domain

-- specify your database name here ...
use xfs;

alter table Comments engine=innodb;
alter table DelReasons engine=innodb;
alter table Files engine=innodb;
alter table Folders engine=innodb;
alter table IP2Files engine=innodb;
alter table IP2RS engine=innodb;
alter table News engine=innodb;
alter table Payments engine=innodb;
alter table Reports engine=innodb;
alter table Servers engine=innodb;
alter table Sessions engine=innodb;
alter table Stats engine=innodb;
alter table Stats2 engine=innodb;
alter table Torrents engine=innodb;
alter table Transactions engine=innodb;
alter table UserData engine=innodb;
alter table Users engine=innodb;
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group