Kategorie: VestaCP

MariaDB Server Update to version 10.2 VESTACP Centos7

Below a very simple guide with which our server update MySQL to version 10.2.

The current version of the MySQL server, we check the command mysql -V

For starters, create a file repositories /etc/yum.repos.d/mariadb.repo

nano /etc/yum.repos.d/mariadb.repo

The content:

# MariaDB 10.2 CentOS repository list - created 2018-03-20 16:30 UTC
# http://downloads.mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.2/centos7-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

save.

We stop working mysql server:

service mariadb stop

We update repositories and charge our server MariaDB:

yum update

Start the MySQL server:

service mysql start

The last step is to perform an update command:

mysql_upgrade

If all goes around checking our version :

[root@node ~]#

mysql -V
mysql  Ver 15.1 Distrib 10.2.13-MariaDB, for Linux (x86_64) using readline 5.1

[root@node ~]#

Linux

Udostępnij
Opublikowane przez
Linux

Recent posts

KeePass2 2.52 w Ubuntu 22.04

The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń

2 years temu

Installing Master PDF editor in Ubuntu 22.04

Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji

2 years temu

iotop - memory monitoring

Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w

2 years temu

Run multiple commands in one cron job

You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania

2 years temu

Changing the exif data of a photo in the Linux terminal

Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.

2 years temu

Installing Rocket.Chat Server on Rocky Linux 8

The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy

2 years temu