PDA

View Full Version : ./build mysql issues



pucky
02-10-2009, 03:36 PM
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.

smtalk
02-10-2009, 11:41 PM
1. It does.
2. Make sure you are able to login using the details from /usr/local/directadmin/conf/mysql.conf. If you are not - http://help.directadmin.com/item.php?id=45.