MYSQL DB status & Start Service

Опубликовано: 03 Июнь 2026
на канале: Oracle DBA Smart
12
3

📌 MySQL Database Installation and Configuration | Step-by-Step Guide (Linux)

In this video, we will learn MySQL Database installation and configuration on Linux (RHEL/CentOS/Oracle Linux) step by step.

This tutorial is useful for MySQL DBAs, Linux administrators, students, and beginners who want to understand MySQL setup from scratch.

🔹 Topics Covered in This Video:

✔ Check Linux OS version
✔ Download and configure MySQL YUM repository
✔ Install MySQL Server
✔ Start and enable MySQL service
✔ Secure MySQL installation
✔ Set root password
✔ Login to MySQL database
✔ Create database and user
✔ Grant privileges
✔ Basic MySQL configuration (my.cnf)
✔ Verify MySQL installation

🔹 Commands Used:
yum install mysql-community-server
systemctl start mysqld
systemctl enable mysqld
mysql_secure_installation
mysql -u root -p

🔹 Who Should Watch This?

👉 MySQL DBA aspirants
👉 Linux System Administrators
👉 Students & Beginners
👉 Interview preparation for MySQL DBA

🔔 Don’t forget to:

👍 Like the video
📌 Subscribe to the channel
💬 Comment if you have any doubts

🔎 Keywords / Tags:

mysql installation linux
mysql configuration step by step
install mysql on rhel
mysql dba tutorial
mysql server installation
linux mysql setup