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

Upgrade mysql from 5.1 to 5.6 on Plesk 12.5

Hi taipva,

no, you can't do this with the Plesk autoinstaller.

MySQL is well documented and you should follow the official documentation at :


Please note, that

Upgrading more than one release level is supported, but only if you upgrade one release level at a time. For example, upgrade from 5.1 to 5.5, and then to 5.6. Follow the upgrade instructions for each release, in succession.

Direct upgrades that skip a release level (for example, upgrading directly from MySQL 5.1 to 5.6) are not recommended or supported.
 
Hi UFHH01,
I trying follow install guide, but i'm can't install successful. You have the document guide install step-by-step ?
thx,
 
In place upgrade of mysql is not an easy task for beginner. If you have option for clean install it will be much easier for you. I have explaind it here, hope it helps.
Hello,
I plan to build new server and experimenting with plesk 12.5 on CentOS7.1 with MarisDB 10.

So what I did is:
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

4. Install Plesk

wget autoinstall.plesk.com/plesk-installer
chmod +x plesk-installer
./plesk-installe
r

Now automatically Plesk 12.5 installed MariaDB10 and everything seems to work fine, except in Plesk Add remove component page, it shows that there is no MySQL installed and when I try to install it says it's already installed.

Is it somesort of a bug?
 
Back
Top