• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

I can't reinstall Plesk

M

MatzeITB

Guest
Hello,

my Plesk is broken and I can't reinstall ist. I don't know what can I do that my Plesk finally works again. I hope YYou can help me. The Logfile is attached.


G33tz
Matze
 

Attachments

  • logfile.txt
    5.2 KB · Views: 40
It seems that it is a problem with 'mysql' database. What version of mysql are you using?
Try upgrading mysql prior to plesk upgrade.
 
I dont have a mysql.servers table either in my working installation - so I think you can probably ignore that.

it looks like
Code:
ERROR while trying to execute SQL query, the query was: DELETE FROM mysql.user WHERE user = ''; FLUSH PRIVILEGES;

is what is causing the problem though, perhaps you can manually insert this user?

try running this command, and then retrying your installation

Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` mysql -e "insert into mysql.user (user) values ('');"
 
Hi,

i have also a Problem with reinstall Plesk.

I tried everything i got in mind. In the end i tried to install the Packed witch i downloaded from parallels site. then i get this faulreport:

Checking whether the package dependencies are resolved.
E: Broken packages
ERROR: autoinstaller: Error in execution of DEBIAN_FRONTEND=noninteractive

terminate called after throwing an instance of 'error'


If i use apt-get then i get this one:

The following packages have unmet dependencies.
psa: Depends: psa-locale-base-9.2.3
Depends: psa-proftpd-start
Depends: psa-api (>= 9.2.3) but it is not going to be installed
Depends: plesk-skins-9.2.3
E: Broken packages


i hope this are not to stupid questions... :(
 
Back
Top