Re: split a datafile

2006-02-07 Thread Batara Kesuma
wangxu wrote: > No,i don't want to do this. > > My previous variable is > "innodb_data_file_path=ibdata1:2G;ibdata2:10M:autoextend". > > But ibdata2 had exceed 3G! > > I changed the variable to > "innodb_data_file_path=ibdata1:2G;ibdata2:2G;ibdata3:10M:autoextend". > > But Server couldn't sta

Re: split a datafile

2006-02-07 Thread wangxu
How can i to achieve my idea? - Original Message - From: "Ow Mun Heng" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 07, 2006 4:07 PM Re: split a datafile > On Tue, 2006-02-07 at 15:48 +0800, wangxu wrote: > > I want to split a datafile to two datafiles.Ho

Re: split a datafile

2006-02-07 Thread Ow Mun Heng
On Tue, 2006-02-07 at 15:48 +0800, wangxu wrote: > I want to split a datafile to two datafiles.How can i do? Will this do? $ split --help Usage: split [OPTION] [INPUT [PREFIX]] Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default PREFIX is `x'. With no INPUT, or when INPUT is -,