MySQL Server Install on Ubuntu Server: Difference between revisions

From Joey's Wiki
Jump to navigation Jump to search
(Created page with "This guide shows how to install and setup MySQL server on Ubuntu Server. ==Installation== Update/Upgrade any pending packages sudo apt update sudo apt upgrade Install MySQL Server sudo apt install mysql-server Category: Homelab")
(No difference)

Revision as of 18:23, 15 November 2024

This guide shows how to install and setup MySQL server on Ubuntu Server.

Installation

Update/Upgrade any pending packages

sudo apt update
sudo apt upgrade

Install MySQL Server

sudo apt install mysql-server