./build mysql issues

pucky

Verified User
Joined
Sep 9, 2006
Messages
794
I tried to simply do an update of mysql from 5.0 -> 5.1 using custombuild 1.1

What is the option, mysql_inst supposed to do?

If i understand this correctly if i have mysql_inst = no set it supposed to do just and update? Is that correct? When i did that is said that the option was not set to update mysql.

So i set it too mysql_inst = yes. Now the entire process goes though a new installation but the problem is when i typed mysql at the command line i get.

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

Doesnt cb 1.1 retrieve the username and password of the da user from the conf file?

So as i see it, there are two problems.

1) mysql_inst = yes does not perform an update
2) username and password is not retrieved after mysql is installed.

Can somebody confirm this? BTW this was on a Freebsd box.
 
Back
Top