Hi,
I've started an update thru the command line.
On the point where the configuration of squeezecenter is done, the install asks: "Configure database for squeezecenter with dbconfig-common?" and then "Perform upgrade on database for squeezecenter with dbconfig-common? "
It then prompts me to enter "Password of the database's administrative user:"
What is the password??
If you know it, please PM me...
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Configuring squeezecenter during update
Re: Configuring squeezecenter during update
If you haven't changed the password you should just press enter and leave the password blank.
Re: Configuring squeezecenter during update
Hi,
That's what I also thought I would answer on the question "Perform upgrade on database for squeezecenter with dbconfig-common?"... BUT:
In the command prompt on my B3 I can login to mysql as follows with an empty password by pressing Enter: (either as my own user or 'su')
So I was assuming the installation would accept an empty password...
Or am I having a mental glitch??
That's what I also thought I would answer on the question "Perform upgrade on database for squeezecenter with dbconfig-common?"... BUT:
In the command prompt on my B3 I can login to mysql as follows with an empty password by pressing Enter: (either as my own user or 'su')
Code: Select all
karr@b3:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5283
Server version: 5.1.49-3 (Debian)
So I was assuming the installation would accept an empty password...
Or am I having a mental glitch??

Re: Configuring squeezecenter during update
Afaik if you can log into Mysql with a blank password, you should be able to upgrade your bubba using a blank password. Perhaps you could post the error messages you get when trying to update?
Re: Configuring squeezecenter during update
what's the problem here actually? You confirmed the password is blank, so on the question "enter password" you press enter. You seem to be confused that there is a difference between an empty password and no password at all.
Re: Configuring squeezecenter during update
There is a prompt error message in plain text, after that there's a message in gray with blue background saying:Binkem wrote:Afaik if you can log into Mysql with a blank password, you should be able to upgrade your bubba using a blank password. Perhaps you could post the error messages you get when trying to update?
I hope this answers your question...Package configuration
┌───────────────────────┤ Configuring squeezecenter ├───────────────────────┐
│ │
│ ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
│ password: YES)
│
│ Fortunately,
│ /var/cache/dbconfig-common/backups/squeezecenter_7.5.4.dfsg1-2.mysql
│ holds a backup of the database, made just before the upgrade.
│
│ If at this point you choose "retry", you will be prompted with all the
│ configuration questions once more and another attempt will be made at
│ performing the operation. "retry (skip questions)" will immediately
│ attempt the operation again, skipping all questions. If you choose
│ "abort", the operation will fail and you will need to downgrade,
│ reinstall, reconfigure this package, or otherwise manually intervene to
│ continue using it.
│
│ <Ok>
On the question to enter the password, this is the exact question:
So I just press 'Enter' (without going down to 'Ok') and I get the error message as seen above.┌──────────────────────┤ Configuring squeezecenter ├──────────────────────┐
│ Please provide the password for the administrative account with which │
│ this package should create its MySQL database and user. │
│ │
│ Password of the database's administrative user: │
│ │
│ _______________________________________________________________________ │
│ │
│ <Ok> <Cancel> │
│ │
└─────────────────────────────────────────────────────────────────────────┘
Came to think of:
Could it be a terminal setting in Putty that needs to be adjusted?
I am really stuck here...
Re: Configuring squeezecenter during update
Bah, I did a reset of the root password (set it to blank again) and restarted the upgrade. The upgrade install procedure went thru without problems.
Case closed.
Case closed.