Submitted by Mathew Branwell on Mon, 07/12/2021 - 12:35
You will find all kinds of different instructions on how to update Mysql or MariaDB running on your CentOS 7 system to version 10.x, but the easiest and most straightforward way proven to us turned out to be the following one.
Note that the version in your case may vary, so replace 10.5 accordingly.
1. First, dump all the databases on your system just in case if something goes awry:
mysqldump -u root -p --all-databases > all-databases.sql
2. Paste the following code into the /etc/yum.repos.d/mariadb.repo
file:
Recent comments