Home » People & Blogs » How to Install MySQL 8.0 Database Server on Ubuntu 22.04 LTS Server

How to Install MySQL 8.0 Database Server on Ubuntu 22.04 LTS Server

Written By The Lazy SysAdmin on Saturday, Oct 08, 2022 | 12:11 PM

 
In this video, we will go over how to install MySQL version 8.0 database server on an Ubuntu 22.04 LTS server. Join this channel to get access to perks: https://www.youtube.com/@lazysysad/join PLEASE SUBSCRIBE :) PLEASE HIT LIKE IF IT HELPED :) GIVE SUPPORT - https://www.patreon.com/lazysysad BUY ME A COFFEE - https://www.buymeacoffee.com/lazysysad PAYPAL - https://paypal.me/lazysysad By completing it, you will have a working relational database that you can use to build your next website or application. LINKS: For you to be able to follow this tutorial, you will need a working Ubuntu 22.04 LTS server. To set this up, check the link below: How to Install Ubuntu 22.04 LTS Server on VirtualBox in Windows 10 in 15 MINUTES - https://youtu.be/tEfewxvysGk Below are the commands used: sudo apt update sudo apt -y install mysql-server systemctl status mysql.service sudo mysql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; sudo mysql_secure_installation mysql -u root -p Chapters: 00:00 Intro 00:47 Download Putty 01:22 Install Putty 01:42 Connect to Ubuntu Server 02:06 Install MySQL Server 03:52 Setup root User Authentication 05:15 Run MySQL Security Script 07:36 Login to MySQL 08:01 Outro Please enjoy the video and if you have any questions, leave a comment down below. Remember to Like, Share and Subscribe if you enjoyed the video!