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…

Read more

How to configure remote and secure connections for MySQL on Ubuntu 16.04 VPS

  In this article, we will show you how to configure remote and secure connections for MySQL on Ubuntu 16.04 VPS. If you are using an unencrypted connection to connect…

Read more

How to Fix the Missing MySQL Extension Error in WordPress

  If you are setting up WordPress on a new Linux VPS for the first time you may face some problems like missing some PHP extensions. One example is missing…

Read more

Create a new MySQL user and Grant Permissions to MySQL Database

  In this tutorial, we will explain how to create a new user and grant permissions to that user in MySQL. MySQL is an open source relational database managed system(RDBMS)…

Read more

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…

Read more

How to install Apache, PHP 7.2 and MySQL on CentOS 7.4 (LAMP)

  This tutorial shows how to install an Apache web server on CentOS 7 server with PHP (mod_php) and MySQL database. The acronym LAMP is short for Linux, Apache, MySQL,…

Read more

How to Reset WordPress Admin Password via MySQL Command Prompt

Have you ever forgotten your WordPress administrator password and did not have access to your e-mail account or haven’t configured your e-mail account properly in WordPress? Fear not, because in…

Read more

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…

Read more

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…

Read more

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…

Read more