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

Resolved How to install MariaDB 10.1 on Plesk (Ubuntu)?

If you have fresh install, my suggestion will be to reinstall it again, but with mariadb 10. To do that, follow the steps below:

1. Install clean Centos 7.1 (Core)
2. yum update
3. add Mariadb 10 repo to the repo list


$vim /etc/yum.repos.d/MariaDB10.repo

# MariaDB 10.0 CentOS repository list - created 2015-10-12 20:25 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.0/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1


$sudo rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB

After this above proceed with Onyx install. It will be installed with mariadb 10 and you will not have any problem installing Magento 2

Just change 10.0 with 10.1
 
Back
Top