SHOWING RESULTS FOR:

How to enable remote access on MySQL 8?

Hello, friends. This short post will help you to enable remote access to MySQL. Although this is not always recommended, it can be helpful. By...

How to rename a table in MySQL / MariaDB

Hello, friends. In this post, you will learn how to rename a table in MySQL / MariaDB, The procedure is simple and can save...

How to install MySQL 8 on Ubuntu 22.04

Hello, friends. In this post, you will learn how to install MySQL 8 on Ubuntu 22.04. This post is for newbies, but it is...

Manage MySQL with Ansible

Introduction MySQL with Ansible is an open-source automation tool that automates provisioning, configuration management, application deployment, orchestration, and many other manual IT processes. Unlike more simplistic management tools, Ansible users (like system...

Migrate MariaDB to MySQL

This post is about Migrate MariaDB to MySQL Introduction MySQL first appeared in 1995 as an open-source project and was later acquired by Sun microsystems. Finally,...

How to drop all tables of MySQL database

A couple of days ago I was looking a way for easily drop all tables of a MySQL database. Of course, there are more...

How To Install MySQL on CentOS 9 Stream

Hello, friends. In this post, you will learn how to install MySQL on CentOS 9 Stream. MySQL is a powerful relational database manager owned by...

Install Percona on Debian 11 and get an alternative solution to MySQL

Hello, friends. In this post, you will learn how to install Percona on Debian 11. This database manager is a serious alternative to MariaDB...

How to install MySQL 8 on centos 8

In this article we will learn How to install MYSQL 8 on centos 8. MYSQL is an open-source database management system. It implements the...

Backup your databases with mysqldump

Hello, friends. In this post, we will show you how to use the mysqldump command. This command allows you to back up your MySQL...

Latest news