In this article, we learn how to install and initially configure MySql 8.0 Server on Ubuntu 18.04 LTS Server. Mysql is one of the most used and…
Category: mysql server
MySQL is an open-source relational database management system.
Why do we need to create a user with read-only permission? Most people use “mysqldump” for taking the backup of MySQL. And when we automate the backup…
In this article, we will create a simple MySQL backup script for taking backups of all your MySQL databases periodically. If your website or web app runs…