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 ~]#
The guide below describes how to install KeePass on Ubuntu. Całość wykonamy za pomocą kilku poleceń…
Master PDF Editor is a comprehensive PDF program, which includes many features. Oprócz tworzenia i edycji…
Iotop jest prostym narzędziem dla systemów Uniksowych umożliwiającym monitorowanie użycia dowolnego nośnika pamięci flash/hdd/ssd w…
You can separate two or more commands with semicolons (;), Semicolon (;): służy do oddzielania…
Poniższy poradnik opisuje w jaki sposób za pomocą konsoli możemy dokonać edycji danych zdjęcia exif.…
The following guide describes how to install Rocket.Chat on Rocky Linux 8 Całość bardzo prosto zainstalujemy…