Go to the first, previous, next, last section, table of contents.


Applying a patch

Some times patches appear on the mailing list. To apply them, do something like this:

cd 'old-mysql-source-distribution-path'
gunzip < patch-file-name.gz | patch -p1

rm config.cache
make clean

And then follow the instructions for a normal source install from the ./configure step.

And then restart your MySQL server.


Go to the first, previous, next, last section, table of contents.