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

Recent content by Teal_cfr

  1. T

    Issue Mysql server under pressure (too much ?)

    Ok then it seems to be [mysqld] instread of [mysql] and now working Apache config: # The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1. "/etc/mysql/mariadb.cnf" (this file) to set global defaults, # 2. "/etc/mysql/conf.d/*.cnf" to...
  2. T

    Issue Mysql server under pressure (too much ?)

    Finally i have choose this configuration but i still have the same problem : ubuntu@modest-hoover:/var/log/mysql$ mysql mysql: unknown variable 'max_connections=500' my.cnf # The MariaDB configuration file # # The MariaDB/MySQL tools read configuration files in the following order: # 1...
  3. T

    Issue Mysql server under pressure (too much ?)

    I just read on documentation that buffer_pool_size should be 80% of the RAM https://scalegrid.io/blog/calculating-innodb-buffer-pool-size-for-your-mysql-server/...
  4. T

    Issue Mysql server under pressure (too much ?)

    Can i have your advice about my : my.cnf file Serveur have about 124Gb of RAM [mysql] #performance_schema = on #max_allowed_packet=4196M max_connections = 200 [client-server] # Import all .cnf files from configuration directory !includedir /etc/mysql/conf.d/ !includedir...
  5. T

    Issue Mysql server under pressure (too much ?)

    Hi Everyone, Just to give you back some information about this MariaDB [(none)]> SELECT User, Host FROM mysql.user WHERE User='admin'; +-------+-----------+ | User | Host | +-------+-----------+ | admin | localhost | +-------+-----------+ 1 row in set (0.000 sec) So my solution was ...
  6. T

    How Do I Locate and Edit "fcgid.conf" File in Plesk ?

    Have you finally found out, about your problem ? ^^
  7. T

    Issue Mysql server under pressure (too much ?)

    yes i can, without asking me loggin I found out this : After modify my.cnf
  8. T

    Issue Mysql server under pressure (too much ?)

    I just tried with admin password of plesk and still have "[!!] Attempted to use login credentials, but they were invalid" I really have no idea which credential is used for this
  9. T

    Issue Mysql server under pressure (too much ?)

    By md5 I mean, the password stocked in the /etc/psa/.psa.shadow, which I guess is encoded in md5
  10. T

    Issue Mysql server under pressure (too much ?)

    I try every users with plaintext pass --pass='md5' or --pass=md5 Nothing work
  11. T

    Issue Mysql server under pressure (too much ?)

    From SSH remote connection : I tried : admin / ubuntu / root / mysql I try to execute the command from plesk terminal also and got this
Back
Top