![]() ![]() |
|
![]() ![]() ![]() ![]() |
|
![]() |
![]() 4.7.2 Appliquer un patchSometimes patches appear on the mailing list or are placed in the patches area of the MySQL FTP site. To apply a patch from the mailing list, save the message in which the patch appears in a file, change into the top-level directory of your MySQL source tree and run these commands: shell> patch -p1 < patch-file-name shell> rm config.cache shell> make clean
Patches from the FTP site are distributed as plain text files or as files
compressed with shell> gunzip < patch-file-name.gz | patch -p1 shell> rm config.cache shell> make clean
After applying a patch, follow the instructions for a normal source install,
beginning with the
You may need to bring down any currently running server before you run
|