• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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