• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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 - http://autoinstall.plesk.com/one-click-installer | sh
As instructed from http://docs.plesk.com/en-US/12.5/de...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