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