MySQL Not Updating Using Custombuild

open4biz

Verified User
Joined
Mar 22, 2009
Messages
125
Hi All,

In my custombuild.conf file, I selected MySQL 5.5. Then I followed these steps:

cd /usr/local/directadmin/custombuild
./build update
./build all d

MySQL stays at version 5.1.#.

Am I missing a step to enable the upgrade to 5.5?

Thanks,

Ansel
 
Hello,

try simple,

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mysql_inst yes
./build set mysql_backup yes
./build mysql

If it fails, post here last 50 lines from your output.
 
A big thank you, to both of you.

That was the special sauce I needed.

Thanks again,

Ansel
 
Hi All,

May I ask how generally stable is MySQL 5.5? After updating, it looks like the process crapped out on me this afternoon and I couldn't restart it. I had to reboot the server and then it came back up.

Are there any settings or tweaks I should consider to improve things? I used the above commands to install it and that's it.

Ansel
 
Last edited:
You should NEVER have to reboot unless you are doing a kernel update. That is a typical windows user response.
 
You should NEVER have to reboot unless you are doing a kernel update. That is a typical windows user response.
Or updating libraries. While not strictly necessary, it would be nice if running daemons used the libraries you've just taken the time to update.

Jeff
 
Back
Top