CentOS 7 already comes with MariaDB but the version is older. You may need to upgrade it to latest version so that your magento and other scripts can work properly. First of all create backup of all the databases using below command. mkdir /mysqlbackup MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -u admin –all-databases > /mysqlbackup/all-databases.sql Now stop the […]
The post How to upgrade MariaDB in Plesk CentOS 7 appeared first on ServerManagementPlus.