I have installed FC3, ahvinf PHP 4.3.9 and Mysql 3.23.58! Now i would like to upgrade mysql to version 5? what are the procedures i should take in doing so; so it could work with the current php setup and apache 2 setup!
./configure --prefix=/usr/local/mysql5
make
make install
Then you can have MySQL 3.23 and MySQL 5 co-existing. To move your data across you would back it up from MySQL3 and restore it into MySQL5. Should be seamless but the syntax might be different.
Once issue I have found is that FC2 (and RHEL3) both decided to stick MySQL files all over the disk. That is why for my production systems I used the method above. I had more control over where things went.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.