• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

SQL Database

Ladsrack

New Pleskian
Hello

I am running plesk 12.5.30 - when creating sql databases its creating them in version 5.5.44

I need to be running a higher version to run Magento 2.0

Not sure how to amend or change version - can anyone help? I cannot see anything in Plesk
 
I'm running Centos 7.1 with plesk 12.5.30 current sql version is 5.5.44 - as per new installation from Plesk
I need to upgrade to 5.6 but all upgrades links dont work or there is a conflict from the origianl installation from Odin
 
Hi Ladsrack,

but all upgrades links dont work or there is a conflict from the origianl installation from Odin
Could you please answer in detail, WHAT you did and what the output on the command line was, which lead to errors/failures/issues? There are various reasons / causes and we really can't guess them all.
 
Installed from wget -O - https://autoinstall.plesk.com/one-click-installer | sh
As instructed from https://docs.plesk.com/en-US/12.5/d...ion/installation-from-the-command-line.65780/

tried
mysql Ver 15.1 Distrib 5.5.44-MariaDB, for Linux (x86_64) using readline 5.1

# yum update mysql-server
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.clouvider.net
* extras: centos.hyve.com
* updates: centos.serverspace.co.uk
No Match for argument: mysql-server
No package mysql-server available.
No packages marked for update


tried following
http://sharadchhetri.com/2014/07/31/how-to-install-mysql-server-5-6-on-centos-7-rhel-7/
which gives me


Requires: mariadb-server >= 5.0.60
Removing: 1:mariadb-server-5.5.44-1.el7_1.x86_64 (@updates)
mariadb-server = 1:5.5.44-1.el7_1
Obsoleted By: mysql-community-server-5.6.27-2.el7.x86_64 (mysql56-community)
Not found
Available: 1:mariadb-server-5.5.40-2.el7.art.x86_64 (atomic)
mariadb-server = 1:5.5.40-2.el7.art
Available: 1:mariadb-server-5.5.41-2.el7_0.x86_64 (base)
mariadb-server = 1:5.5.41-2.el7_0
Available: 1:mariadb-server-5.5.41-3.el7.art.x86_64 (atomic)
mariadb-server = 1:5.5.41-3.el7.art
Available: 1:mariadb-server-5.5.42-4.el7.art.x86_64 (atomic)
mariadb-server = 1:5.5.42-4.el7.art
Available: 1:mariadb-server-5.5.43-5.el7.art.x86_64 (atomic)
mariadb-server = 1:5.5.43-5.el7.art
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
 
Back
Top