Solved it myself.
what i did:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
then
UPDATE mysql.user SET Password=PASSWORD('this is where i pasted in the password got from above message') WHERE User='admin';
then commented:
--skip-grant-tables in /etc/mysql/my.cnf
and restarted mysql server...
Hey,
We spent half of the night yesterday trying to get upgrade going on our dedicated server, but failed.
Surpisingly, we managed to perform same upgrade on a VPS on a different hosting without any problems and it took less than 15mins.
Here we stumbled upon following problems until we reached...
Hi,
I recently successfully updated (using Update feature in Plesk 9.3) my panel to version 10.
On my VPS, we want to run CMS systems based on PHP (including Silverstripe.org) that require a PHP of at least 5.2.x.
When i login through SSH, and type php -v i see that PHP 5.1.6 is installed...