# Mysql installation and configuration on Ubuntu Server 22.04 1. Update ubuntu server first: ```console sudo apt update ``` 2. Upgrade it: ```console sudo apt upgrade ```