[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] mysql on qube2



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