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

[cobalt-developers] compiling mysql 3.23.37



thanks jay, only a question more......
tell me ..., this instructions set don't disable my actual data base
manager.
I only want re-compile, not re-install.
if  I execute until the make instructon (not the make install) this is a
valid solution.
gracias
sandra

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