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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Hi there, I have a fresh installation of plesk on a Hertner server. I add a domain, and I need to add a subdomain. When I add a subdomain a subfolder is created in the domain dir.
I would that the subdomain space is completely indipendent from the domain space, but both domain and subdomain...
how can I achieve this:
You need to disable password requirement on login to be able to access the database in the first place or you can try to set a new root password.
mysqladmin --user=root password "newpassword"
To remove the previous version of db I follow this guidehttps://stackoverflow.com/questions/33362904/completely-remove-mariadb-or-mysql-from-centos-7-or-rhel-7
after I reinstall the right version of Maria DB
I came back, I delete the Maria db 10.4 and installed 10.3 version. But when try to create a new db I had the same issue:
Error: The test connection to the database server has failed:
SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('root'@'localhost') does not exist
So...
Hi, finally I updated Maria db to 10.4.10, but I received this message when try to create a new db
Error: The test connection to the database server has failed:
SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('root'@'localhost') does not exist
Any idea?
Hi, finally I updated Maria db to 10.4.10, but I received this message when try to create a new db
Error: The test connection to the database server has failed:
SQLSTATE[HY000]: General error: 1449 The user specified as a definer ('root'@'localhost') does not exist
Any idea?
Hi there, I'm trying to update Maria db from 5.5.64 to 10.4
I follow this guide: https://support.plesk.com/hc/en-us/articles/213403429-How-to-upgrade-MySQL-5-5-to-5-6-5-7-or-MariaDB-5-5-to-10-0-10-1-10-2-on-Linux-
and from my terminal I have :
------
--------
Installed:
MariaDB-client.x86_64...
Hi there, I'm trying to create a new table in an empty db.
"
SET character_set_client = utf8mb4 ;
CREATE TABLE `users` (
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL...
ok, I understand better. On my server with Plesk I had different domain.
example1.com
example2.com
My php script try to send an email to [email protected] from [email protected]
If I try to send an email to [email protected] it's work. but I need to receive an email on [email protected]
Hope...