Re: Specifying the location of a database

2006-01-13 Thread Beau E. Cox
as well: > http://dev.mysql.com/doc/refman/5.1/en/partitioning.html > > Beau E. Cox wrote: > > Hi - > > > > I want to specify the location of a specific database to > > balance my disk usage. I remember doing this several years > > ago for a job, but my memory fails m

Specifying the location of a database

2006-01-13 Thread Beau E. Cox
Hi - I want to specify the location of a specific database to balance my disk usage. I remember doing this several years ago for a job, but my memory fails me. I can't find anything in the docs ( I am using 5.1 ). I don't see anything in 'create database'. -- Aloha => Beau; -- MySQL General M

Re: 5.1 Delopment source

2006-01-06 Thread Beau E. Cox
On Friday 06 January 2006 06:16 am, gerald_clark wrote: > Beau E. Cox wrote: > >Hi - > > > >I am trying to download the 5.1 development sources as per > >the documentation; when I try this: > > > >export PATH=/home/beau/src/bitkeeper/bk_client-1.1:$PATH >

Re: 5.1 Delopment source

2006-01-06 Thread Beau E. Cox
On Friday 06 January 2006 06:15 am, Jim Winstead wrote: > On Fri, Jan 06, 2006 at 06:02:05AM -1000, Beau E. Cox wrote: > > Hi - > > > > I am trying to download the 5.1 development sources as per > > the documentation; when I try this: > > > > export PATH

5.1 Delopment source

2006-01-06 Thread Beau E. Cox
Hi - I am trying to download the 5.1 development sources as per the documentation; when I try this: export PATH=/home/beau/src/bitkeeper/bk_client-1.1:$PATH sfioball -r+ bk://mysql.bkbits.net/mysql-5.1 mysql-5.1 I get this: ERROR-cannot cd to mysql-5.1 (illegal, nonexistant, or not package root

System resets when loading a large table

2003-07-19 Thread Beau E. Cox
Hi - I have an application which is essentially 'read-only' - once the database is loaded it is only read from. So, I am trying to implement it with various indices and a table containg some large content in blob columns. I observe the max_allowed_packet setting and 'split' blobs too large among m