• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

install plesk

S

silent-ion

Guest
/usr/sbin/vzpkg install 4874 .mailman .plesk8 .plesk8-backup .plesk8-mailman .plesk8-miva .plesk8-psa-firewall .plesk8-ru-RU-locale .plesk8-watchdog .correct_pkg
Total download size: 1.8 M
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Trying to start MySQL server... Trying to establish test connection...
ERROR while trying to establish test connection
Check the error reason(see log file: /tmp/psa-firewall_1.0.1_fc7.build84080425.19_installing.080717.14.29.log), fix and try again

Aborting...

error: %pre(psa-firewall-1.0.1-fc7.build84080425.19.i586) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping psa-firewall-1.0.1-fc7.build84080425.19
Trying to start MySQL server... Trying to establish test connection...
ERROR while trying to establish test connection
Check the error reason(see log file: /tmp/psa-watchdog_2.0.3_fc7.build84080425.19_installing.080717.14.29.log), fix and try again

Aborting...

What can I do with mysql???

/tmp/psa-firewall_1.0.1_fc7.build84080425.19_installing.080717.14.29.log:
START psa-watchdog-2.0.3-fc7.build84080425.19 installing AT Thu Jul 17 14:29:38 MSD 2008
Trying to start MySQL server... /usr/sbin/mysqld (pid 14113) is running...
Trying to establish test connection... ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)

ERROR while trying to establish test connection

Aborting...

STOP psa-watchdog-2.0.3-fc7.build84080425.19 installing AT Thu Jul 17 14:29:39 MSD 2008

mysql -u admin -h localhost
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 183291
Server version: 5.0.37-standard MySQL Community

In my case admin@localhost hasn't password, but install process try to connect with password.

Any idea?
 
grep -e controluser -e controlpass -e pmadb /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/libraries/config.default.php
$cfg['Servers'][$i]['controluser'] = $GLOBALS['db_host'] != 'localhost' ? '' : '';
$cfg['Servers'][$i]['controlpass'] = '';
// The controluser is also
// features (pmadb)
$cfg['Servers'][$i]['pmadb'] = $GLOBALS['db_host'] != 'localhost' ? '' : ''; // Database used for Relation, Bookmark and PDF Features

????
 
Hi,

During upgrade Plesk usually tries to connect to mysql using login admin and password you use to access control panel (stored in /etc/psa/.psa.shadow). If it is first time install then it should try to connect with login root and empty password.
You can try solutions from the following articles:
http://kb.odin.com/en/1657
http://kb.odin.com/en/1657
 
Back
Top