MySQL Server Install on Ubuntu Server

From Joey's Wiki
Revision as of 18:23, 15 November 2024 by Joeybab3 (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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