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

Re: [cobalt-developers] compiling mysql 3.23.37



> The question is ¿how can I re-compile mysql 3.23.37?

Hola Sandra,

SSH into your Raq
cd /home
mkdir temp
cd temp
wget http://mysql.azc.uam.mx/Downloads/MySQL-3.23/mysql-3.23.51.tar.gz
tar xzvf mysql-3.23.51.tar.gz
cd mysql-3.23.51
./configure
make
make install

This is a basic instruction set. Once you have untarred the source tarball
above, you should read the README and INSTALL docs for more configuration
options.

There is a .pkg file already created for MySQL available on
http://pkgmaster.com/packages/. You should probably use that .pkg if you're
not comfortable with source installs.

HTH,
Jay