How to INSTALL MySQL and MySQL Workbench on Ubuntu Linux🦈 Easy for Beginners

Опубликовано: 26 Июнь 2026
на канале: EdTics Academy
27,189
513

✅This step-by-step tutorial shows the complete process for installing and configuring the MySQL Server relational database management system 🦈 and the MySQL Workbench graphical management client on Ubuntu Linux.

This video demonstrates each step and the corresponding commands for installing MySQL on Ubuntu and subsequently connecting from MySQL Workbench. It also shows how to set the authentication type to mysql_native_password and assign a password to the MySQL root user to connect from the MySQL Workbench client.

🔹COMMANDS USED🔹
💡To install MySQl Server
-----------------------------------------------------------------------------------------------
sudo apt Update
sudo apt install mysql-server
sudo systemctl status mysql
sudo MySQL --version

💡To modify and assign password to the MySQL root user
-----------------------------------------------------------------------------------------------------
sudo mysql
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'yourpassword';
exit;

---------------------------------------------------------------------------------------------------
🔥 SUBSCRIBE TO THE CHANNEL:    / @edticsacademy  
---------------------------------------------------------------------------------------------------
🔗 WEBSITE: https://edticsacademy.com

MySQL Installation on Ubuntu
MySQL Workbench Installation on Ubuntu
MySQL on Ubuntu
MySQL Workbench on Linux
MySQL Installation Tutorial on Ubuntu
MySQL Workbench Installation Tutorial on Ubuntu
MySQL Configuration on Ubuntu
MySQL Workbench Configuration on Ubuntu
Database Administration on Ubuntu
MySQL Tutorial for Ubuntu
MySQL Workbench Tutorial for Ubuntu
Database Administration on Linux
Web Development on Ubuntu
Application Development on Ubuntu
Relational Databases on Ubuntu
Database Management on Ubuntu
DBMS Tutorial Ubuntu
Ubuntu DBMS Tutorial