spaceage
2004-08-03, 00:15 AM
I'm trying to upgrade to mysql 4.1.3. I downloaded the server software from mysql.com, and everything is already compiled in the release. The dir after decompressing has a bunch of folders like:
bin
data
docs
include
lib
man
mysql-test
scripts
share
sql-bench
support-files
tests
The bin dir has all the standard mysql binaries from a normal install.
So, my question is, how do you update to this release? Running ./configure plays back a message from the developers indicating that the release is already compiled and ready to run. There doesn't seem to be any straight-forward way to move all the files in the release into place on the server. Can it be that you have to figure out where everything goes and manually overwrite the existing files?
Also, what about the libraries? I think I need the library from this release of mysql (4.1) to compile PHP5 correctly. What are you supposed to do with the .a files in the lib dir?
Thanks for any help...
bin
data
docs
include
lib
man
mysql-test
scripts
share
sql-bench
support-files
tests
The bin dir has all the standard mysql binaries from a normal install.
So, my question is, how do you update to this release? Running ./configure plays back a message from the developers indicating that the release is already compiled and ready to run. There doesn't seem to be any straight-forward way to move all the files in the release into place on the server. Can it be that you have to figure out where everything goes and manually overwrite the existing files?
Also, what about the libraries? I think I need the library from this release of mysql (4.1) to compile PHP5 correctly. What are you supposed to do with the .a files in the lib dir?
Thanks for any help...