• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Search results

  1. AdrianC

    Resolved (bug ?) mysql_pconnect() fails if password contains $

    Well that's embarrasing, I was fully aware of all the above but I didn't realise it :) Thanks. // Maybe it would still be good for Plesk to avoid generating passwords containing $, as a precaution.
  2. AdrianC

    Resolved (bug ?) mysql_pconnect() fails if password contains $

    Plesk 17.5.3 on Centos. I just noticed that if my database password contains "$" I get "access denied for user@localhost" error in PHP. It works to connect just fine from other database tools, but in PHP I get db connection error. I think also Plesk uses "$" when generating a random password...
  3. AdrianC

    Question How to reset mysql admin password ?

    ufhh01 I appreciate the detailed answers but my main problem now was that I have no "admin" user in mysql users table, and any "update admin user password" queries (as you included above) would fail. I also looked at the mysql daily dumps you mentioned but I can't find the admin user record in...
  4. AdrianC

    Question How to reset mysql admin password ?

    UFHH01 , I hope you can still guide me, I think I made some progress, I got to running: UPDATE mysql.user SET Password=PASSWORD('AES-128-****==') WHERE User='admin'; (using password from /etc/psa/.psa.shadow) but the query said that were 0 rows affected, and I see no "admin" if I list mysql...
  5. AdrianC

    Question How to reset mysql admin password ?

    Hi UFHH01 I was able to set parameter skip-grant-tables in /etc/my.cnf, then restarted mysql full server with reboot command and now I can run mysql commands without getting 'Access denied for user' Plesk interface loads too. Now I assume I need a command to set a certain password for mysql...
  6. AdrianC

    Question How to reset mysql admin password ?

    On Plesk 17.5.3 CentOS 7 1705170317.16 I imported some external mysql dump without realizing it also contained queries that altered mysql configurations (users, settings, etc). When I login to plesk web interface I get this: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access...
  7. AdrianC

    Resolved Do I have the Health Monitor in the "Web Admin Edition"?

    Thanks for the update Igor. This is for both web admin and web pro licenses ?
  8. AdrianC

    Resolved "Plesk milter (Postfix)" Service Not Starting Automatically On Restart?

    This fixed it for me (version 17.5.3), then reboot server to see if postfix starts automatically systemctl enable postfix
  9. AdrianC

    Issue Bug in Health Monitor in the "Web Admin Edition" no UI...

    I think this small glitch is forcing clients to upgrade their licenses, so that is why it was not fixed :)
  10. AdrianC

    Issue Use Let's Encrypt on a domain alias

    I also need this feature to secure CDN sub-domains, maybe on let's encrypt activation page that asks to include "www" plesk can also ask for a list of sub-domains. cdn1.mysite.com cdn2.mysite.com
  11. AdrianC

    Resolved Setting default client_max_body_size

    Thanks UFHH01 :) , I avoided editing panel.ini because it didn't exist by default. I was able to fix this just a bit before seeing your reply and I came here to write the solution. My troubleshooting tips: - See client_max_body_size value in /var/www/vhosts/system/[DOMAIN]/conf/nginx.conf...
  12. AdrianC

    Resolved Setting default client_max_body_size

    I need to increase the value of client_max_body_size in order to upload larger files on my website. The default that plesk sets in these files is 128M: /var/www/vhosts/system/[DOMAIN]/conf/nginx.conf /var/www/vhosts/system/[DOMAIN]/conf/nginx.conf.bak...
  13. AdrianC

    Question How to update ab Apache Benchmark tool

    How can I update ab command (Apache Benchmark) ? Plesk 12.5.30 Centos 7.2 ApacheBench, Version 2.3 I need an option -l which is not available in current version. Yum doesn't seem to have updates for it, maybe I checked incorrectly ? What would be the right commands to try updating it ...
  14. AdrianC

    Issue Bug in Health Monitor in the "Web Admin Edition" no UI...

    Igor, any update on this ? On Onyx 17.0.17 web admin edition I can't access health monitor eider. Thanks.
  15. AdrianC

    Resolved Changing SpamAssassin configuration files

    So if I added variables, plesk will only replace the few values inside the file OR it will replace the complete file leaving only 2-3 options in it ?
  16. AdrianC

    Resolved Changing SpamAssassin configuration files

    Thanks Igor - The file you mentioned contains that warning that file will be overwritten by system, will it ? I can keep track and change it again when needed, just need to know for sure. - Also storing per-mailbox settings a qmail path is confusing since I am using postfix, it took me a while...
  17. AdrianC

    Resolved Changing SpamAssassin configuration files

    Using Plesk 12.5 linux + postfix + roundcube ... What file to edit in order to change these options in SpamAssasin ? autolearn=ham autolearn_force=no I prefer permanent server-wide changes if possible but anything helps. Edit: actually autolearn=ham is not a setting, but info on current...
  18. AdrianC

    Unreliable migration

    I was able to move on from there but I cannot tell what fixed it. I restarted the importing of two subscriptions that already failed but appeared (mostly blank) in my destination server, I started again, replaced them and it completed OK, then the next subscriptions transfer also completed...
  19. AdrianC

    Unreliable migration

    I am trying to migrate from one Plesk 12.5.30 to another same version, it fails with this sample error log: - Subscription 'mysite.com' | | | `- error: Failed to create subscription 'mysite.com' in target panel | Migration for that subscription is considered completely failed. No further...
  20. AdrianC

    Problems overwriting FcgidMaxRequestLen

    Actually now I remembered that the first lines of the created files show a warning not to edit the files because are created automatically, so if I remember this part and only edit the template file or inside the panel interface then things look simpler already :) Thanks.
Back
Top