

To do that, open up a terminal window and issue the following command: If, for whatever reason that didn’t happen, you will need to set a password for the first time. Typically, during the installation of MySQL and MariaDB, you are asked to set an initial password. Setting the password for the first timeĭo note, throughout this article, I will refer to MySQL, with the idea that everything will work for both MySQL and MariaDB. Use a random password generator and then store that in a password manager (instead of using an easily memorized password). SEE: 20 quick tips to make Linux networking easier (free PDF) (TechRepublic)Ī word of warning: Given the current state of attacks, across the landscape of IT, I highly recommend you using seriously strong passwords for your databases. The Linux distribution being used doesn’t matter (as long as you have admin access, either by way of su or sudo). This can happen when you’ve forgotten the password or when you’re looking to up your security game (remembering you set the original MySQL password to something far too simple).Īs you might expect, the process is handled entirely through the command line and works with with either MySQL or MariaDB installations.

If that’s the case, there might be a time when you need to set or change the root user password. This article walks you through these steps, so you'll never be at a loss for that database root user password.Ĭhances are, you have MySQL running somewhere in your data center. If you never set, forgot, or need to change your MySQL password, you're in luck.
Changing phpmyadmin root password how to#
How to set, change, and recover a MySQL root password
