How to check Audit logs in MySQL :
Do you know why audit logs are required in MySQL and if you are looking for the same, then this article is for you. Today in this article, we will…
Do you know why audit logs are required in MySQL and if you are looking for the same, then this article is for you. Today in this article, we will…
In this article, I will show you the detailed steps on how to create Oracle database manually. I think you all know how to create Oracle database through DBCA GUI…
In our previous article, we have already seen how to take a backup of MySQL databases and tables. So today we will learn about how to restore MySQL database and…
You can create and drop oracle database using DBCA silent method. In this article, I will show you the detailed steps for the same: create and drop Oracle database using…
Do you know how to take the MySQL database and table Backup? Today we will learn about this. Generally, in MySQL, Backup can be taken in three ways: i) mysqldump…
we can create an Oracle Database using the below two methods: Using the DBCA Method Using Manual/Command line Method DBCA stands for Database Configuration Assistant - It is a utility…
If you have already installed Oracle VirtualBox and the Linux operating system, you can proceed with the Install Oracle 19c software part. If you do not have a virtual Box…
After the installation of MySQL, as a DBA we need to login to the database. Here is the article today we will learn how to login to MySQL database after…
While installing MySQL through rpm packages, you can encounter the below error while installing mysql-community-libs packages : Error 1 : [root@vm3 mysql1]# rpm -ivh mysql-community-libs-8.0.35-1.el7.x86_64.rpm warning: mysql-community-libs-8.0.35-1.el7.x86_64.rpm: Header V4 RSA/SHA256…
Mysql Installation in Linux can be done in many ways like rpm, yum, docker, repository etc. Today in this article we will learn how to install MySQL in Linux through…