# MySQL ::::{tab-set} :::{tab-item} CentOS 8 :sync: centos8 ```console $ sudo dnf install mysql-server ``` Check the version: ```console $ mysql --version mysql Ver 8.0.26 for Linux on x86_64 (Source distribution) ``` ::: ::::