• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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