* Thus wrote Aaron Axelsen ([EMAIL PROTECTED]):
> I was trying to upgrade over the older one, which is why the paths are the
> same.  I want to stick with the stable realease 

Overwritting versions like that might not work very well, file
names have changed accross the versions. I usually update my server
with something like:

cd /usr/local
mv mysql mysql.3.x
cd /source/mysql.4.x
make install
cd /usr/local
mv mysql.3.x/var/* mysql/data/var/


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to