Tag: mysql

How to Backup Kubernetes MySQL Operator Clusters

Oracle’s MySQL Operator for Kubernetes is a convenient way to automate MySQL database provisioning within your cluster. One of the operator’s headline features is integrated hands-off backup support that increases your resiliency. Backups copy your database to external storage on a recurring schedule. This article will …

How to Install MySQL 5.7 on Linux CentOS and Ubuntu

How to Install MySQL 5.7 on Linux CentOS and Ubuntu MySQL is an open source relational database management system developed by Oracle corporation. The source code is released under GNU General Public License, and for proprietary, there is a paid edition that offers additional functions. MySQL …

Using MySQL with Basic SQL Commands

Brief: Learn to use basic SQL commands in the open source database management system MySQL. MySQL is the most commonly used relational database manager. Its ease of use and open source license have greatly contributed to this popularity. Last week, I covered installing and configuring MySQL …

How to Install MySQL in Ubuntu Linux

Brief: This tutorial teaches you to install MySQL in Ubuntu based Linux distributions. You’ll also learn how to verify your install and how to connect to MySQL for the first time. MySQL is the quintessential database management system. It is used in many tech stacks, including …

How to Install MySQL on Ubuntu 18.04

  In this tutorial, we will show you how to install and improve the security of MySQL on Ubuntu 18.04. MySQL is one of the most popular and widely-used open-source relational database management systems. It is used for building web applications such as WordPress, Drupal, Joomla, …