• 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.

Recent content by Office

  1. O

    Question Subdomain

    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...
  2. O

    maria db connection

    Peter don't mark solved the thread. It's my thread and I need to resolve this problem. When I solved the problem I close the thread. Thanks.
  3. O

    maria db connection

    The server is a fresh installation, and there is'nt any data.
  4. O

    maria db connection

    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"
  5. O

    maria db connection

    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
  6. O

    maria db connection

    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...
  7. O

    Resolved maria db connection

    not supported not means that not work...only that is not tested
  8. O

    Resolved maria db connection

    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?
  9. O

    Resolved Maria db update

    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?
  10. O

    Resolved Maria db update

    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...
  11. O

    Issue Db Error #1071

    thanks IgorG, so I need update the db ? or can workaround ?
  12. O

    Issue Db Error #1071

    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...
  13. O

    Resolved PHP mail() don't work

    Thanks for help, you was very usefull. I fix my issue. Have a nice day
  14. O

    Resolved PHP mail() don't work

    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...
  15. O

    Resolved PHP mail() don't work

    the mailbox is not local
Back
Top