Install and configure Mysql 8.0.30 on Ubuntu 22.04 LTS | Step By Step Tutorial | Latest 2023 #mysql

Опубликовано: 17 Сентябрь 2024
на канале: Code Sagar
5k
95

In this video, I will guide you on how to install and Configure MySQL's latest Version (8.0.30) on EC2 Linux Ubuntu 22.04 LTS operating system.

Linux Ubuntu is a prevalent free & open source operating system. Installing the MySQL server on Ubuntu Linux is pretty straightforward. This MySQL installation tutorial will guide you through the step-by-step method to install and Configure the MySQL database. I'm using Ubuntu 22.04 LTS (Long Term Support) on EC2. But the steps in the video will work, from Ubuntu 18.04 LTS to Ubuntu 22.04 (Latest Ubuntu release).

Once you complete watching this tutorial. I would suggest you follow the installation steps on your computer. If you encounter errors or didn't understand something, ask me questions in the comments section of this video.

Timestamps:
00:00 Install Mysql on ubuntu EC2
03:55 Configure MySQL to Secure Databases (Best Practices)
06:36 Execute Mysql Secure Script
08:06 Create User for Authentication

Topics Covered:
Check if MySQL already installed
Update package index on Linux Ubuntu 22.04LTS
Install MySQL server on Linux Ubuntu 22.04LTS
Manage MySQL server status Ubuntu 22.04LTS
How to check the installed MySQL version
Login to MySQL root user account without a password
Secure Configure MySQL database server
Add a new MySQL database user with full privileges
Give full privileges to newly added users in MySQL DB
Test MySQL database installation was successful

if you like this video, please do subscribe now and press the bell icon to not miss any update from
Subscribe For More Such Videos:

Create AWS S3 Bucket with Bucket Policy and Public Access (Latest 2022) Watch:

How to access the Amazon S3 bucket using the command line interface.
Watch:

Upload and Download Files via AWS CLI 2022 Include use of SYNC and CP command:


How to Create EC2 Instance (Ubuntu 22.04) on AWS (Latest 2022) and Connect Via SSH using PEM.