Different ways to Reset user password in Mariadb mysql.
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
Today in this post, we will see different ways to reset a mysql user password in MariaDB. Lets first login into mysql database from root. I. Connect to mysql/MariaDB with...
In this article, we will see the steps to install postgresql on Centos/RHEL Operating system. The same steps can be followed to install any version, however you need to change...
Today we will look how to take backup/dump of all mysql databases of our linux system from command line. I. Taking Backup To take backup, we will use mysqldump command...