NeeoSoft Ltd 1 жил өмнө
parent
commit
1ef9b74326

+ 9 - 2
computer_science/database/install_and_configure_mysql_server_on_ubuntu.md

@@ -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`