Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
I have no mariadb installed on the system:
# dpkg -l | grep maria
ii plesk-libmariadbclient-1.0 1.0.0-ubuntu.16.04.171006.1040 amd64 Mariadb client library.
ii sw-mariadb-client 1.0.0-ubuntu16.04.17031416 amd64 Mariadb client...
The content of file /var/lib/mysql-files/tmp.tR5lOb5b1F is:
USE mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH 'auth_socket';
UPDATE user SET password_expired='N', account_locked='N' WHERE user='root';
FLUSH PRIVILEGES;
SHUTDOWN;
but if I watch into DB mysql ther is no usera named "root"...
I have a problem upgrading mysql-server-5.7 (5.7.23-0ubuntu0.16.04.1), Plesk version is 17.8.11 Update #15, this is the content of file "parallels-installation-log.txt:
[2018-08-01 13:46:24.492251] Installation started in background
[2018-08-01 13:46:24.492343]
Getting bootstrapper packages to...
I have the same problem:
<?php
ini_set('max_execution_time', '3000');
ini_set('FcgidIOTimeout', '3000');
// set_time_limit(0);
// current time
echo date('h:i:s') . "\n";
// sleep for 60 seconds
sleep(60);
// wake up !
echo date('h:i:s') . "\n";
?>
These are the logs:
Hi,
my Plesk Onyx Version 17.5.3 Update #4 has become very slow in every creation or editing operation.
For example, creating a new domain within a suscription takes 5 minutes.
During this 5 minute I run a htop I see the "/lib/systemd/systemd --system --deserialize 28" process that occupies...