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

Search results

  1. U

    Plesk 12 with Mariadb on Ubuntu 14.04

    Just to let you guys know, if you do a clean install of Ubuntu 14.04 and install MariaDB prior to Plesk, they will bond together without any errors.
  2. U

    Resolved Plesk 12.5 & MySQL 5.7

    @Tize, For maximum stability and reliability one should use the official supported software with Plesk. However I wanted to let you know that I have been running MariaDB 10.1 for some time now with no issues, also the upgrade procedure to MariaDB 10.1 is described by @Lloyd_mcse, and states to...
  3. U

    How to turn MariaDB?

    Problem most likely lies in one of your variables, as you probably did not check what they actually do. I would recommend you do to that for every single variable you are about to change. innodb_log_file_size requires you to do some additional steps, check out this...
  4. U

    How to turn MariaDB?

    Well, in your case try this: [mysqld] bind-address = :: skip_name_resolve local-infile=0 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 # Settings user and group are ignored when systemd is...
  5. U

    How to turn MariaDB?

    Hello, it looks like you do not really know what you are doing, and by changing variables without looking into what they do, you could do more harm than good. Anyway, the problem lies in [sections]. You should write your lines under "[mysqld]" section in order for them to take effect. What I...
Back
Top