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