Structured Query Language (SQL) is a well-known language used for database manipulation. There are various versions of SQL. We will be working with an open standard of MySQL: the mysql-community-server package. First, we will need the MySQL YUM repository in our Fedora 28 system; we will use the dnf command, as follows:
[philip@localhost Documents]$ sudo dnf install https://dev.mysql.com/get/mysql80-community-release-fc28-1.noarch.rpm
==========================================================================================================================
Package Arch Version Repository Size
==========================================================================================================================
Installing:
mysql80-community-release noarch fc28-1 @commandline 30 k
Transaction Summary
========...