• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by Juyal Ahmed

  1. J

    Issue Plesk remote database connection from localhost in PHP

    I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example 'port' => '3306', 'host' => 'xxx.xxx.xxx.xxx', 'username' => 'usernmae', 'password' => 'pass', 'database' => 'db', When I run the app getting mysql error...
  2. J

    Question How to connect "Plesk remote db from other host"

    I am still looking for a solution of this issue :(
  3. J

    Question How to connect "Plesk remote db from other host"

    IP Address Banning (Fail2ban) service was not running, however I've started it After starting when I see the status it is responding: I Am USING: OS ‪Debian 8.11‬ Product Plesk Onyx Version 17.8.11 Update #38, last updated on Jan 30, 2019 08:14 PM
  4. J

    Question How to connect "Plesk remote db from other host"

    This is what I am getting as response!!!
  5. J

    Question How to connect "Plesk remote db from other host"

    # # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports. # Run program with --help to get a list of available options...
  6. J

    Question How to connect "Plesk remote db from other host"

    Thanks for the reply. Still doesn't work though I used bind-address = ::
  7. J

    Question How to connect "Plesk remote db from other host"

    I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example 'port' => '3306', 'host' => 'xxx.xxx.xxx.xxx', 'username' => 'usernmae', 'password' => 'pass', 'database' => 'db', When I run the app...
Back
Top