MySQL MariaDB Database Installation and Configuration On Linux
♚ Subscribe To My Channel For More Videos: https://www.youtube.com/nordconnect
For More Tutorials ....
✑ https://medium.com/@aferiouz
✑ https://steemit.com/@nobles
MySQL is an open-source relational database management system that is based on SQL queries. Here, ‘My” represents the name of the co-founder is Michael Widenius’s daughter and “SQL” represents the Structured Query Language. This server is used for data operations like querying, filtering, sorting, grouping, modifying, and joining the tables present in the database. Before learning the queries, we are going to download and install MySQL on Linux. Some of the common features of MySQL are:
✪ sudo apt update
✪ sudo apt list --upgradable # get a list of upgrades
✪ sudo apt upgrade
✪ apt-cache search mysql-server
✪ apt info -a mysql-server-8.0
✪ apt install secure_installation