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

Re: [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.

I assume you only need to add something that wasn't compiled in the version
of MySQL you're currently using. In that case, I think you'll be fine
skipping the make install and copying over the new binary in place of the
old binary. I don't have any experience doing this with MySQL but I do it
with Apache all the time. Just make sure you stop MySQL, and back up you're
old binaries before you copy over the new binaries. That way if it doesn't
work you can go back to the last working version.

HTH,
Jay