[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] mysql on qube2
- Subject: Re: [cobalt-developers] mysql on qube2
- From: Jay Summers <jay@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu May 9 08:56:00 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
>> Does anyone know of where I can download the MySQL package for the qube2? Or
>> is buying the only alternative?
> I'd honestly opt for compiling mysql on you qube! - easy (basically
> ./configure and make) cheap (free) and that's the end of my
> pro-compiling-arguments.
I agree. But because of the Qube/Raq's small var partition I would opt for
installing it onto /home. eg.
./configure --with-low-memory \
--with-mysqld-user=mysql \
--prefix=/home/mysql \
mipsel-unknown-linux-gnu
make
make install
Read the install docs that come with the tarball for more configuration
options.
HTH,
j