Posted in: MariaDB, MySQL, Ubuntu

How to Reset MySQL Root Password in Ubuntu

For any reason, you may have forgotten the MySQL root password and need to reset it. You can reset it if you have access to the server with sudo user privileges. Follow this simple guide and know how to reset MySQL root user password in Ubuntu.

In this guide, we use Ubuntu version 20.04, but it should also work with other similar Linux distributions such as future versions of Ubuntu and CentOS.

Posted in: Database, MariaDB, Ubuntu

How to Install MariaDB on Ubuntu & Create Database

MariaDB server is one of the most popular and open-source relational database servers in the world. It is a backward-compatible, and replacement for MySQL. In this guide, you will learn how to install the MariaDB server on Ubuntu 20.04.

Back to Top