• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. U

    Plesk 12 with Mariadb on Ubuntu 14.04

    @Kingsley, Correct. Install Ubuntu Server 14.04, update it, then proceed with sudo apt-get install software-properties-common sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db sudo add-apt-repository 'deb [arch=amd64,i386,ppc64el]...
  2. 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.
  3. 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...
  4. 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...
  5. 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...
  6. 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