Upgrade from Trunk to 1.4.2 Failed
-
@george1421 said in Upgrade from Trunk to 1.4.2 Failed:
@Avaryan Now that you know your password attempt to log into your database from the linux command line
mysql -u root -p fog
then provide your database password.This was the output when I tried the password listed in .fogsettings
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
However, I tried another password and got this:
Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 28556 Server version: 5.5.55-0ubuntu0.14.04.1 (Ubuntu) Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
Assuming that is what I should see on a correct login, I at least know what the password is.
-
That /opt/fog/.fogsettings file, pelase edit the snmysqlpass line to make it match what you “know” what it is. THen rerun the installer. Apparently it got changed at some point in time.
-
@george1421 said in Upgrade from Trunk to 1.4.2 Failed:
@Avaryan Now that you know your password attempt to log into your database from the linux command line
mysql -u root -p fog
then provide your database password.Our live FOG server is now on 1.4.2, revision 6072. Thanks! Now to figure out how that password got changed…
edit: You can mark this as solved.